| __construct(report $report, array $parameters) | core_reportbuilder\system_report | |
| core_reportbuilder::local::report::base::__construct(report $report) | core_reportbuilder\local\report\base | |
| add_action(action $action) | core_reportbuilder\system_report | |
| add_action_divider() | core_reportbuilder\system_report | |
| add_attributes(array $attributes) | core_reportbuilder\local\report\base | |
| add_base_condition_simple(string $fieldname, $fieldvalue) | core_reportbuilder\local\report\base | |
| add_base_condition_sql(string $where, array $params=[]) | core_reportbuilder\local\report\base | |
| add_base_fields(string $sql) | core_reportbuilder\system_report | protected |
| add_column(column $column) | core_reportbuilder\local\report\base | protected |
| add_column_from_entity(string $uniqueidentifier) | core_reportbuilder\local\report\base | protected |
| add_columns_from_entities(array $columns) | core_reportbuilder\local\report\base | protected |
| add_condition(filter $condition) | core_reportbuilder\local\report\base | protected |
| add_condition_from_entity(string $uniqueidentifier) | core_reportbuilder\local\report\base | protected |
| add_conditions_from_entities(array $conditions) | core_reportbuilder\local\report\base | protected |
| add_entity(entity_base $entity) | core_reportbuilder\local\report\base | protected |
| add_filter(filter $filter) | core_reportbuilder\local\report\base | protected |
| add_filter_from_entity(string $uniqueidentifier) | core_reportbuilder\local\report\base | protected |
| add_filters_from_entities(array $filters) | core_reportbuilder\local\report\base | protected |
| add_join(string $join, array $params=[], bool $validateparams=true) | core_reportbuilder\local\report\base | protected |
| annotate_entity(string $name, lang_string $title) | core_reportbuilder\local\report\base | protected |
| can_be_downloaded() | core_reportbuilder\system_report | |
| can_view() | core_reportbuilder\system_report | protected |
| DEFAULT_PAGESIZE | core_reportbuilder\local\report\base | |
| get_actions() | core_reportbuilder\system_report | |
| get_active_columns() | core_reportbuilder\local\report\base | |
| get_active_columns_by_alias() | core_reportbuilder\local\report\base | |
| get_active_conditions(bool $checkavailable=true) | core_reportbuilder\local\report\base | |
| get_active_filters() | core_reportbuilder\local\report\base | |
| get_applied_filter_count() | core_reportbuilder\local\report\base | |
| get_attributes() | core_reportbuilder\local\report\base | |
| get_base_condition() | core_reportbuilder\local\report\base | |
| get_base_fields() | core_reportbuilder\system_report | |
| get_checkbox_toggleall(bool $ismaster, ?stdClass $row=null) | core_reportbuilder\system_report | |
| get_column(string $uniqueidentifier) | core_reportbuilder\local\report\base | |
| get_columns() | core_reportbuilder\local\report\base | |
| get_condition(string $uniqueidentifier) | core_reportbuilder\local\report\base | |
| get_condition_instances() | core_reportbuilder\local\report\base | |
| get_condition_values() | core_reportbuilder\local\report\base | |
| get_conditions() | core_reportbuilder\local\report\base | |
| get_context() | core_reportbuilder\local\report\base | |
| get_default_no_results_notice() | core_reportbuilder\local\report\base | |
| get_default_per_page() | core_reportbuilder\local\report\base | |
| get_downloadfilename() | core_reportbuilder\local\report\base | |
| get_entities() | core_reportbuilder\local\report\base | protected |
| get_entity(string $name) | core_reportbuilder\local\report\base | protected |
| get_entity_title(string $name) | core_reportbuilder\local\report\base | |
| get_exclude_columns_for_download() | core_reportbuilder\system_report | |
| get_filter(string $uniqueidentifier) | core_reportbuilder\local\report\base | |
| get_filter_form_default() | core_reportbuilder\system_report | |
| get_filter_instances() | core_reportbuilder\local\report\base | |
| get_filter_values() | core_reportbuilder\local\report\base | |
| get_filters() | core_reportbuilder\local\report\base | |
| get_initial_sort_column() | core_reportbuilder\system_report | |
| get_initial_sort_direction() | core_reportbuilder\system_report | |
| get_joins() | core_reportbuilder\local\report\base | |
| get_main_table() | core_reportbuilder\local\report\base | |
| get_main_table_alias() | core_reportbuilder\local\report\base | |
| get_name() | core_reportbuilder\system_report | static |
| get_parameter(string $param, $default, string $type) | core_reportbuilder\system_report | |
| get_parameters() | core_reportbuilder\system_report | |
| get_report_persistent() | core_reportbuilder\local\report\base | |
| get_row_class(stdClass $row) | core_reportbuilder\system_report | |
| get_settings_values() | core_reportbuilder\local\report\base | |
| has_actions() | core_reportbuilder\system_report | |
| initialise() | core_reportbuilder\local\report\base | protected |
| is_available() | core_reportbuilder\local\report\base | static |
| is_downloadable() | core_reportbuilder\local\report\base | |
| output() | core_reportbuilder\system_report | |
| require_can_view() | core_reportbuilder\system_report | |
| row_callback(stdClass $row) | core_reportbuilder\system_report | |
| set_checkbox_toggleall(callable $callback) | core_reportbuilder\system_report | protected |
| set_condition_values(array $values) | core_reportbuilder\local\report\base | |
| set_default_no_results_notice(?lang_string $notice) | core_reportbuilder\local\report\base | |
| set_default_per_page(int $defaultperpage) | core_reportbuilder\local\report\base | |
| set_downloadable(bool $downloadable, ?string $downloadfilename=null) | core_reportbuilder\local\report\base | |
| set_filter_form_default(bool $filterformdefault=true) | core_reportbuilder\system_report | |
| set_filter_values(array $values) | core_reportbuilder\local\report\base | |
| set_initial_sort_column(string $uniqueidentifier, int $sortdirection) | core_reportbuilder\system_report | |
| set_main_table(string $tablename, string $tablealias='') | core_reportbuilder\local\report\base | |
| set_parameters(array $parameters) | core_reportbuilder\system_report | |
| set_settings_values(array $values) | core_reportbuilder\local\report\base | |
| TYPE_CUSTOM_REPORT | core_reportbuilder\local\report\base | |
| TYPE_SYSTEM_REPORT | core_reportbuilder\local\report\base | |
| validate() | core_reportbuilder\system_report | protected |