Inheritance diagram for PEIP_Internal_Store_Abstract:
Protected Member Functions | |
hasInternalValue ($key) | |
getInternalValue ($key) | |
deleteInternalValue ($key) | |
setInternalValue ($key, $value) | |
setInternalValues (array $internalValues) | |
getInternalValues () | |
addInternalValues () | |
Protected Attributes | |
$internalValues = array() |
Definition at line 21 of file PEIP_Internal_Store_Abstract.php.
PEIP_Internal_Store_Abstract::hasInternalValue | ( | $ | key | ) | [protected] |
protected
$key |
Definition at line 32 of file PEIP_Internal_Store_Abstract.php.
Referenced by PEIP_Service_Container_Builder::hasFactory(), and PEIP_Store_Collection::hasStore().
PEIP_Internal_Store_Abstract::getInternalValue | ( | $ | key | ) | [protected] |
protected
$key |
Definition at line 42 of file PEIP_Internal_Store_Abstract.php.
Referenced by PEIP_Service_Container_Builder::getFactory(), and PEIP_Store_Collection::getStore().
PEIP_Internal_Store_Abstract::deleteInternalValue | ( | $ | key | ) | [protected] |
protected
$key |
Definition at line 52 of file PEIP_Internal_Store_Abstract.php.
Referenced by PEIP_Service_Container_Builder::deleteFactory(), and PEIP_Store_Collection::deleteStore().
PEIP_Internal_Store_Abstract::setInternalValue | ( | $ | key, | |
$ | value | |||
) | [protected] |
protected
$key | ||
$value |
Definition at line 63 of file PEIP_Internal_Store_Abstract.php.
Referenced by PEIP_Service_Container_Builder::setFactory(), and PEIP_Store_Collection::setStore().
PEIP_Internal_Store_Abstract::setInternalValues | ( | array $ | internalValues | ) | [protected] |
protected
$internalValues |
Definition at line 80 of file PEIP_Internal_Store_Abstract.php.
PEIP_Internal_Store_Abstract::getInternalValues | ( | ) | [protected] |
PEIP_Internal_Store_Abstract::addInternalValues | ( | ) | [protected] |
protected
Definition at line 104 of file PEIP_Internal_Store_Abstract.php.
References $internalValues.
PEIP_Internal_Store_Abstract::$internalValues = array() [protected] |