| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Global role filter
| Copyright: | 1999 Martin Dougiamas http://dougiamas.com |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 124 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
user_filter_globalrole:: (7 methods):
__construct()
user_filter_globalrole()
get_roles()
setupForm()
check_data()
get_sql_filter()
get_label()
Class: user_filter_globalrole - X-Ref
User filter based on global roles.| __construct($name, $label, $advanced) X-Ref |
| Constructor param: string $name the name of the filter instance param: string $label the label of the filter instance param: boolean $advanced advanced form element flag |
| user_filter_globalrole($name, $label, $advanced) X-Ref |
| Old syntax of class constructor. Deprecated in PHP7. |
| get_roles() X-Ref |
| Returns an array of available roles return: array of availble roles |
| setupForm(&$mform) X-Ref |
| Adds controls specific to this filter in the form. param: object $mform a MoodleForm object to setup |
| check_data($formdata) X-Ref |
| Retrieves data from the form data param: object $formdata data submited with the form return: mixed array filter data or false when filter not set |
| get_sql_filter($data) X-Ref |
| Returns the condition to be used with SQL where param: array $data filter settings return: array sql string and $params |
| get_label($data) X-Ref |
| Returns a human friendly description of the filter used as label. param: array $data filter settings return: string active filter label |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |