Moodle PHP Documentation 5.0
Moodle 5.0.1+ (Build: 20250711) (61af040cd5f)
tiny_media\external\preview Class Reference
Inheritance diagram for tiny_media\external\preview:

Static Public Member Functions

static execute (int $contextid, string $content,)
 External function to filter the content.
 
static execute_parameters ()
 Describes the parameters for filtering the content.
 
static execute_returns ()
 Describes the data returned from the external function.
 

Member Function Documentation

◆ execute()

static tiny_media\external\preview::execute ( int $contextid,
string $content )
static

External function to filter the content.

Parameters
int$contextidContext ID.
string$contentEquation content.
Return values
array
Since
Moodle 5.0

◆ execute_parameters()

static tiny_media\external\preview::execute_parameters ( )
static

Describes the parameters for filtering the content.

Return values
external_function_parameters
Since
Moodle 5.0

◆ execute_returns()

static tiny_media\external\preview::execute_returns ( )
static

Describes the data returned from the external function.

Return values
external_single_structure
Since
Moodle 5.0

The documentation for this class was generated from the following file: