Inheritance diagram for PEIP_Dispatcher:

Public Member Functions | |
| connect (PEIP_INF_Handler $listener) | |
| disconnect (PEIP_INF_Handler $listener) | |
| hasListeners () | |
| notify ($subject) | |
| notifyUntil ($subject) | |
| getListeners () | |
Protected Attributes | |
| $listeners = array() | |
Definition at line 23 of file PEIP_Dispatcher.php.
| PEIP_Dispatcher::connect | ( | PEIP_INF_Handler $ | listener | ) |
| PEIP_Dispatcher::disconnect | ( | PEIP_INF_Handler $ | listener | ) |
| PEIP_Dispatcher::hasListeners | ( | ) |
public
Definition at line 80 of file PEIP_Dispatcher.php.
Referenced by notify(), and notifyUntil().
| PEIP_Dispatcher::notify | ( | $ | subject | ) |
public
| $subject |
Implements PEIP_INF_Dispatcher.
Definition at line 98 of file PEIP_Dispatcher.php.
References getListeners(), and hasListeners().
| PEIP_Dispatcher::notifyUntil | ( | $ | subject | ) |
public
| $subject |
Definition at line 124 of file PEIP_Dispatcher.php.
References getListeners(), and hasListeners().
| PEIP_Dispatcher::getListeners | ( | ) |
public
Definition at line 142 of file PEIP_Dispatcher.php.
Referenced by notify(), and notifyUntil().
PEIP_Dispatcher::$listeners = array() [protected] |
Definition at line 27 of file PEIP_Dispatcher.php.
1.5.1