Elgg
Version 3.0
|
Models an object event passed to event handlers. More...
Public Member Functions | |
getObject () | |
Get the object of the event. More... | |
![]() | |
getName () | |
Get the name of the event. More... | |
getType () | |
Get the type of the event object. More... | |
elgg () | |
Get the DI container. More... | |
Models an object event passed to event handlers.
Definition at line 9 of file ObjectEvent.php.
Elgg\ObjectEvent::getObject | ( | ) |
Get the object of the event.
Implements Elgg\Event.
Implemented in Elgg\HooksRegistrationService\Event.