| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Defines the base class form used by blocks/edit.php to edit block instance configuration. It works with the {@link block_edit_form} class, or rather the particular subclass defined by this block, to do the editing.
| Copyright: | 2009 Tim Hunt |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 294 lines (14 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
block_edit_form:: (4 methods):
__construct()
definition()
set_data()
specific_definition()
Class: block_edit_form - X-Ref
The base class form used by blocks/edit.php to edit block instance configuration.| __construct($actionurl, $block, $page) X-Ref |
| The page we are editing this block in association with. |
| definition() X-Ref |
| No description |
| set_data($defaults) X-Ref |
| No description |
| specific_definition($mform) X-Ref |
| Override this to create any form fields specific to this type of block. param: object $mform the form being built. |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |