[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
A Moodle form base class for editing local filter settings.
License: | http://www.gnu.org/copyleft/gpl.html GNU Public License |
File Size: | 85 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__construct($submiturl, $filter, $context) X-Ref |
No description |
definition() X-Ref |
Build the form definition. Rather than overriding this method, you should probably override definition_inner instead. This method adds the necessary hidden fields and submit buttons, and calls definition_inner to insert the custom controls in the appropriate place. |
save_changes($data) X-Ref |
Override this method to save the settings to the database. The default implementation will probably be sufficient for most simple cases. param: object $data the form data that was submitted. |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |