Inheritance diagram for PEIP_Service_Container:

Public Member Functions | |
| __construct (array $parameters=array()) | |
| setService ($key, $service) | |
| getService ($key) | |
| hasService ($key) | |
| deleteService ($key) | |
Protected Attributes | |
| $services = array() | |
Definition at line 22 of file PEIP_Service_Container.php.
| PEIP_Service_Container::__construct | ( | array $ | parameters = array() |
) |
public
| $parameters |
Definition at line 40 of file PEIP_Service_Container.php.
References PEIP_Parameter_Holder::$parameters.
| PEIP_Service_Container::setService | ( | $ | key, | |
| $ | service | |||
| ) |
public
| $key | ||
| $service |
Implements PEIP_INF_Service_Container.
Definition at line 51 of file PEIP_Service_Container.php.
| PEIP_Service_Container::getService | ( | $ | key | ) |
public
| $key |
Implements PEIP_INF_Service_Container.
Definition at line 61 of file PEIP_Service_Container.php.
| PEIP_Service_Container::hasService | ( | $ | key | ) |
public
| $key |
Implements PEIP_INF_Service_Container.
Definition at line 71 of file PEIP_Service_Container.php.
| PEIP_Service_Container::deleteService | ( | $ | key | ) |
PEIP_Service_Container::$services = array() [protected] |
Definition at line 26 of file PEIP_Service_Container.php.
1.5.1