Inheritance diagram for PEIP_Object_Event_Dispatcher:

Public Member Functions | |
| notify ($name, $object, $eventClass=false) | |
| buildAndNotify ($name, $object, array $headers=array(), $eventClass=false) | |
Definition at line 23 of file PEIP_Object_Event_Dispatcher.php.
| PEIP_Object_Event_Dispatcher::notify | ( | $ | name, | |
| $ | object, | |||
| $ | eventClass = false | |||
| ) |
public
| $name | ||
| $object | ||
| $eventClass |
Definition at line 35 of file PEIP_Object_Event_Dispatcher.php.
References PEIP_Object_Map_Dispatcher::getListeners(), and PEIP_Object_Map_Dispatcher::hasListeners().
Referenced by PEIP_Event_Builder::buildAndDispatch(), and buildAndNotify().
| PEIP_Object_Event_Dispatcher::buildAndNotify | ( | $ | name, | |
| $ | object, | |||
| array $ | headers = array(), |
|||
| $ | eventClass = false | |||
| ) |
public
| $name | ||
| $object | ||
| $headers | ||
| $eventClass |
Definition at line 58 of file PEIP_Object_Event_Dispatcher.php.
References PEIP_Event_Builder::getInstance(), PEIP_Object_Map_Dispatcher::hasListeners(), and notify().
1.5.1