Inheritance diagram for PEIP_Channel_Registry:

Public Member Functions | |
| getInstance () | |
| register ($channel) | |
| get ($name) | |
| resolveChannelName ($channelName) | |
Protected Attributes | |
| $channels = array() | |
Static Protected Attributes | |
| static | $instance | 
Definition at line 21 of file PEIP_Channel_Registry.php.
| PEIP_Channel_Registry::getInstance | ( | ) | 
public
| $name | 
Definition at line 33 of file PEIP_Channel_Registry.php.
Referenced by PEIP_XML_Context::init().
| PEIP_Channel_Registry::register | ( | $ | channel | ) | 
| PEIP_Channel_Registry::get | ( | $ | name | ) | 
public
| $name | 
Definition at line 55 of file PEIP_Channel_Registry.php.
Referenced by resolveChannelName().
| PEIP_Channel_Registry::resolveChannelName | ( | $ | channelName | ) | 
public
| $channelName | 
Implements PEIP_INF_Channel_Resolver.
Definition at line 65 of file PEIP_Channel_Registry.php.
References get().
PEIP_Channel_Registry::$channels = array() [protected]           | 
        
Definition at line 24 of file PEIP_Channel_Registry.php.
PEIP_Channel_Registry::$instance [static, protected]           | 
        
Definition at line 26 of file PEIP_Channel_Registry.php.
 1.5.1