◆ create_category()
static core_customfield_external::create_category |
( |
|
$component, |
|
|
|
$area, |
|
|
|
$itemid |
|
) |
| |
|
static |
Create category function.
- Parameters
-
string | $component | |
string | $area | |
int | $itemid | |
- Return values
-
◆ create_category_parameters()
static core_customfield_external::create_category_parameters |
( |
| ) |
|
|
static |
Parameters for create category.
- Return values
-
external_function_parameters | |
◆ delete_category()
static core_customfield_external::delete_category |
( |
|
$id | ) |
|
|
static |
Delete category function.
- Parameters
-
◆ delete_category_parameters()
static core_customfield_external::delete_category_parameters |
( |
| ) |
|
|
static |
Parameters for delete category.
- Return values
-
external_function_parameters | |
◆ delete_field()
static core_customfield_external::delete_field |
( |
|
$id | ) |
|
|
static |
Delete custom field function.
- Parameters
-
◆ delete_field_parameters()
static core_customfield_external::delete_field_parameters |
( |
| ) |
|
|
static |
Parameters for delete_field.
- Return values
-
external_function_parameters | |
◆ move_category()
static core_customfield_external::move_category |
( |
int |
$id, |
|
|
int |
$beforeid |
|
) |
| |
|
static |
Reorder categories.
Move category to the new position
- Parameters
-
int | $id | category id |
int | $beforeid | |
◆ move_category_parameters()
static core_customfield_external::move_category_parameters |
( |
| ) |
|
|
static |
Return for move category.
- Return values
-
external_function_parameters | |
◆ move_field()
static core_customfield_external::move_field |
( |
|
$id, |
|
|
|
$categoryid, |
|
|
|
$beforeid |
|
) |
| |
|
static |
Move/reorder field.
Move a field to another category and/or change sortorder of fields
- Parameters
-
int | $id | field id |
int | $categoryid | |
int | $beforeid | |
◆ move_field_parameters()
static core_customfield_external::move_field_parameters |
( |
| ) |
|
|
static |
Parameters for move field.
- Return values
-
external_function_parameters | |
◆ reload_template()
static core_customfield_external::reload_template |
( |
|
$component, |
|
|
|
$area, |
|
|
|
$itemid |
|
) |
| |
|
static |
Reload template function.
- Parameters
-
string | $component | |
string | $area | |
int | $itemid | |
- Return values
-
◆ reload_template_parameters()
static core_customfield_external::reload_template_parameters |
( |
| ) |
|
|
static |
Parameters for reload template function.
- Return values
-
external_function_parameters | |
◆ reload_template_returns()
static core_customfield_external::reload_template_returns |
( |
| ) |
|
|
static |
Ajax returns on reload template.
- Return values
-
external_single_structure | |
The documentation for this class was generated from the following file: