Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Functions | |
core_reportbuilder_get_tagged_reports (core_tag_tag $tag, bool $exclusivemode=false, ?int $fromcontextid=0, ?int $contextid=0, bool $recurse=true, int $page=0,) | |
Callback to return tagged reports. | |
core_reportbuilder_inplace_editable (string $itemtype, int $itemid, string $newvalue) | |
Plugin inplace editable implementation. | |
core_reportbuilder_output_fragment_audience_form (array $params) | |
Return the audience form fragment. | |
core_reportbuilder_output_fragment_filters_form (array $params) | |
Return the filters form fragment. | |
Variables | |
global | core_reportbuilder\form::$CFG |
global | core_reportbuilder\local\entities::$CFG |
global | core_reportbuilder\local\helpers::$CFG |
$settings | |
core_reportbuilder_get_tagged_reports | ( | core_tag_tag | $tag, |
bool | $exclusivemode = false, | ||
?int | $fromcontextid = 0, | ||
?int | $contextid = 0, | ||
bool | $recurse = true, | ||
int | $page = 0 ) |
Callback to return tagged reports.
core_tag_tag | $tag | |
bool | $exclusivemode | |
int | null | $fromcontextid | |
int | null | $contextid | |
bool | $recurse | |
int | $page |
tagindex |
core_reportbuilder_inplace_editable | ( | string | $itemtype, |
int | $itemid, | ||
string | $newvalue ) |
Plugin inplace editable implementation.
string | $itemtype | |
int | $itemid | |
string | $newvalue |
inplace_editable|null |
core_reportbuilder_output_fragment_audience_form | ( | array | $params | ) |
Return the audience form fragment.
array | $params |
string |
core_reportbuilder_output_fragment_filters_form | ( | array | $params | ) |
Return the filters form fragment.
array | $params |
string |
$settings |