Méthode | Description | |
---|---|---|
clear ( $key ) : null | Delete object from catalog | |
exists ( $key ) : boolean | Return TRUE if object exists in catalog | |
get ( $key ) : object | Retrieve object from catalog | |
set ( $key, $obj ) : object | Add object to catalog |
Méthode | Description | |
---|---|---|
__clone ( ) | ! Prohibit cloning | |
__construct ( ) | ! Prohibit instantiation |