The object passed to invokable class name handlers.
More...
The object passed to invokable class name handlers.
Definition at line 12 of file Event.php.
Elgg\HooksRegistrationService\Event::__construct |
( |
PublicContainer |
$dic, |
|
|
|
$name, |
|
|
|
$type, |
|
|
|
$object |
|
) |
| |
Constructor.
- Parameters
-
PublicContainer | $dic | DI container |
string | $name | Event name |
string | $type | Event type |
mixed | $object | Object of the event |
Definition at line 30 of file Event.php.
Elgg\HooksRegistrationService\Event::elgg |
( |
| ) |
|
{Get the DI container.
- Returns
- PublicContainer
}
Implements Elgg\Event.
Definition at line 61 of file Event.php.
Elgg\HooksRegistrationService\Event::getName |
( |
| ) |
|
{Get the name of the event.
- Returns
- string
}
Implements Elgg\Event.
Definition at line 40 of file Event.php.
Elgg\HooksRegistrationService\Event::getObject |
( |
| ) |
|
{Get the object of the event.
- Returns
- mixed
}
Implements Elgg\Event.
Definition at line 54 of file Event.php.
Elgg\HooksRegistrationService\Event::getType |
( |
| ) |
|
{Get the type of the event object.
- Returns
- string
}
Implements Elgg\Event.
Definition at line 47 of file Event.php.
const Elgg\HooksRegistrationService\Event::EVENT_TYPE = 'event' |
The documentation for this class was generated from the following file:
- engine/classes/Elgg/HooksRegistrationService/Event.php