|
| static | execute (string $component, string $handler, string $uniqueid, array $sortdata, ?array $filters=null, ?string $jointype=null, ?string $firstinitial=null, ?string $lastinitial=null, ?int $pagenumber=null, ?int $pagesize=null, ?array $hiddencolumns=null, ?bool $resetpreferences=null) |
| | External function to get the table view content.
|
| |
| static | execute_parameters () |
| | Describes the parameters for fetching the table html.
|
| |
| static | execute_returns () |
| | Describes the data returned from the external function.
|
| |
◆ execute()
| static core_table\external\dynamic\get::execute |
( |
string | $component, |
|
|
string | $handler, |
|
|
string | $uniqueid, |
|
|
array | $sortdata, |
|
|
?array | $filters = null, |
|
|
?string | $jointype = null, |
|
|
?string | $firstinitial = null, |
|
|
?string | $lastinitial = null, |
|
|
?int | $pagenumber = null, |
|
|
?int | $pagesize = null, |
|
|
?array | $hiddencolumns = null, |
|
|
?bool | $resetpreferences = null ) |
|
static |
External function to get the table view content.
- Parameters
-
| string | $component | The component. |
| string | $handler | Dynamic table class name. |
| string | $uniqueid | Unique ID for the container. |
| array | $sortdata | The columns and order to sort by |
| array | $filters | The filters that will be applied in the request. |
| string | $jointype | The join type. |
| string | $firstinitial | The first name initial to filter on |
| string | $lastinitial | The last name initial to filter on |
| int | $pagenumber | The page number. |
| int | $pagesize | The number of records. |
| string | $jointype | The join type. |
| bool | $resetpreferences | Whether it is resetting table preferences or not. |
- Return values
-
◆ execute_parameters()
| static core_table\external\dynamic\get::execute_parameters |
( |
| ) |
|
|
static |
Describes the parameters for fetching the table html.
- Return values
-
| external_function_parameters | |
- Since
- Moodle 3.9
◆ execute_returns()
| static core_table\external\dynamic\get::execute_returns |
( |
| ) |
|
|
static |
Describes the data returned from the external function.
- Return values
-
| external_single_structure | |
- Since
- Moodle 3.9
The documentation for this class was generated from the following file:
- lib/table/classes/external/dynamic/get.php