Differences Between: [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403]
Base class for question category events.
Copyright: | 2019 Stephen Bourget |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 95 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
question_category_base:: (4 methods):
init()
get_url()
get_objectid_mapping()
create_from_question_category_instance()
Class: question_category_base - X-Ref
Base class for question category eventsinit() X-Ref |
Init method. |
get_url() X-Ref |
Returns relevant URL. return: \moodle_url |
get_objectid_mapping() X-Ref |
Returns DB mappings used with backup / restore. return: array |
create_from_question_category_instance($category, $context = null) X-Ref |
Create a event from question category object param: object $category param: object|null $context return: base |