Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402]
Filter management page.
Copyright: | 1999 onwards Martin Dougiamas http://dougiamas.com |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 259 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 1 time |
Includes or requires: | 0 files |
filters_action_url(string $filterpath, string $action) X-Ref |
Return action URL. param: string $filterpath which filter to get the URL for. param: string $action which action to get the URL for. return: moodle_url|null the requested URL. |
get_table_row(\core\plugininfo\filter $plugininfo, stdClass $state,bool $isfirstrow, bool $islastactive, bool $applytostrings) X-Ref |
Construct table record. param: \core\plugininfo\filter $plugininfo param: stdClass $state param: bool $isfirstrow param: bool $islastactive param: bool $applytostrings return: array data |