Custom field updated event.
Copyright: | 2018 Daniel Neis Araujo <daniel@moodle.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 87 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
field_updated:: (4 methods):
init()
create_from_object()
get_name()
get_description()
Class: field_updated - X-Ref
Custom field updated event class.init() X-Ref |
Initialise the event data. |
create_from_object(field_controller $field) X-Ref |
Creates an instance from a field controller object param: field_controller $field return: field_updated |
get_name() X-Ref |
Returns localised general event name. return: string |
get_description() X-Ref |
Returns non-localised description of what happened. return: string |