Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250620) (7d9030acd6e)
|
Functions | |
core_reportbuilder\local\helpers::add_join (string $join) | |
Add single SQL table join. | |
core_reportbuilder\local\helpers::add_joins (array $joins) | |
Add multiple SQL table joins. | |
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. | |
core_reportbuilder\local\helpers::get_joins () | |
Return SQL table joins. | |
Variables | |
global | core_reportbuilder\form::$CFG |
global | core_reportbuilder\local\entities::$CFG |
global | core_reportbuilder\local\helpers::$CFG |
$settings | |
trait | core_reportbuilder\local\helpers::join_trait |
|
final |
Add single SQL table join.
string | $join |
static |
|
final |
Add multiple SQL table joins.
string[] | $joins |
static |
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 |
|
final |
Return SQL table joins.
string[] |
$settings |
trait core_reportbuilder::local::helpers\join_trait |