Public Member Functions | |
| __construct ($type, $args=null) | |
| getEventType () | |
| getArgs () | |
| send () | |
Private Attributes | |
| $_type | |
| $_args | |
Event used within event manager architecture public
Definition at line 26 of file event.lib.php.
| __construct | ( | $ | type, | |
| $ | args = null | |||
| ) |
constructor public
| $type | string event type | |
| $args | array extra parameters |
Definition at line 39 of file event.lib.php.
| getArgs | ( | ) |
get extra parameters public
Definition at line 60 of file event.lib.php.
| getEventType | ( | ) |
| send | ( | ) |
Definition at line 65 of file event.lib.php.
$_args [private] |
Definition at line 31 of file event.lib.php.
$_type [private] |
Definition at line 29 of file event.lib.php.
1.6.3