Inheritance diagram for PEIP_ABS_Event_Pipe:

Public Member Functions | |
| doGetConnected () | |
Protected Member Functions | |
| doListen ($eventName, PEIP_INF_Connectable $connectable) | |
| doUnlisten ($eventName, PEIP_INF_Connectable $connectable) | |
Protected Attributes | |
| $connections = array() | |
Definition at line 22 of file PEIP_ABS_Event_Pipe.php.
| PEIP_ABS_Event_Pipe::doListen | ( | $ | eventName, | |
| PEIP_INF_Connectable $ | connectable | |||
| ) |  [protected] | 
        
protected
| $eventName | ||
| $connectable | 
Definition at line 39 of file PEIP_ABS_Event_Pipe.php.
References PEIP_INF_Connectable::connect().
Referenced by PEIP_Event_Pipe::listen().
| PEIP_ABS_Event_Pipe::doUnlisten | ( | $ | eventName, | |
| PEIP_INF_Connectable $ | connectable | |||
| ) |  [protected] | 
        
protected
| $eventName | ||
| $connectable | 
Definition at line 53 of file PEIP_ABS_Event_Pipe.php.
References PEIP_INF_Connectable::disconnect().
Referenced by PEIP_Event_Pipe::unlisten().
| PEIP_ABS_Event_Pipe::doGetConnected | ( | ) | 
public
Definition at line 65 of file PEIP_ABS_Event_Pipe.php.
Referenced by PEIP_Event_Pipe::getConnected().
PEIP_ABS_Event_Pipe::$connections = array() [protected]           | 
        
Definition at line 27 of file PEIP_ABS_Event_Pipe.php.
 1.5.1