Inheritance diagram for PEIP_Service_Container_Builder:

Public Member Functions | |
| setFactory ($key, PEIP_Dedicated_Factory $factory) | |
| getFactory ($key) | |
| hasFactory ($key) | |
| deleteFactory ($key) | |
| getService ($key) | |
| buildService ($key) | |
Definition at line 23 of file PEIP_Service_Container_Builder.php.
| PEIP_Service_Container_Builder::setFactory | ( | $ | key, | |
| PEIP_Dedicated_Factory $ | factory | |||
| ) | 
public
| $key | ||
| $factory | 
Definition at line 33 of file PEIP_Service_Container_Builder.php.
References PEIP_Internal_Store_Abstract::setInternalValue().
| PEIP_Service_Container_Builder::getFactory | ( | $ | key | ) | 
public
| $key | 
Definition at line 43 of file PEIP_Service_Container_Builder.php.
References PEIP_Internal_Store_Abstract::getInternalValue().
Referenced by buildService(), and getService().
| PEIP_Service_Container_Builder::hasFactory | ( | $ | key | ) | 
public
| $key | 
Definition at line 53 of file PEIP_Service_Container_Builder.php.
References PEIP_Internal_Store_Abstract::hasInternalValue().
| PEIP_Service_Container_Builder::deleteFactory | ( | $ | key | ) | 
public
| $key | 
Definition at line 63 of file PEIP_Service_Container_Builder.php.
References PEIP_Internal_Store_Abstract::deleteInternalValue().
| PEIP_Service_Container_Builder::getService | ( | $ | key | ) | 
public
| $key | 
Definition at line 73 of file PEIP_Service_Container_Builder.php.
References getFactory().
| PEIP_Service_Container_Builder::buildService | ( | $ | key | ) | 
public
| $key | 
Definition at line 84 of file PEIP_Service_Container_Builder.php.
References getFactory().
 1.5.1