| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Base class for allow matrices.
| Copyright: | 1999 onwards Martin Dougiamas (http://dougiamas.com) |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 164 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| __construct($tablename, $targetcolname) X-Ref |
| Constructor. param: string $tablename the table where our data is stored. param: string $targetcolname the name of the target role id column. |
| load_required_roles() X-Ref |
| Load information about all the roles we will need information about. |
| process_submission() X-Ref |
| Update the data with the new settings submitted by the user. |
| load_current_settings() X-Ref |
| Load the current allows from the database. |
| is_allowed_target($targetroleid) X-Ref |
| Is target allowed? param: integer $targetroleid a role id. return: boolean whether the user should be allowed to select this role as a target role. |
| get_table() X-Ref |
| Returns structure that can be passed to print_table, containing one cell for each checkbox. return: html_table a table |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |