List of all members.
Detailed Description
Object registry design pattern implementation. Stores the instances of objects
Definition at line 6 of file oxregistry.php.
Member Function Documentation
static oxRegistry.get |
( |
$ |
sClassName |
) |
[static] |
Instance getter. Return existing instance or initializes the new one
- Parameters:
-
| string | $sClassName Class name |
- Returns:
- object
Definition at line 25 of file oxregistry.php.
static oxRegistry.getConfig |
( |
|
) |
[static] |
static oxRegistry.getKeys |
( |
|
) |
[static] |
static oxRegistry.getLang |
( |
|
) |
[static] |
static oxRegistry.getSession |
( |
|
) |
[static] |
static oxRegistry.getUtils |
( |
|
) |
[static] |
static oxRegistry.set |
( |
$ |
sClassName, |
|
|
$ |
oInstance | |
|
) |
| | [static] |
Instance setter
- Parameters:
-
| string | $sClassName Class name |
| object | $oInstance Object instance |
- Returns:
- null
Definition at line 47 of file oxregistry.php.
Member Data Documentation
oxRegistry.$_aInstances = array() [static, protected] |
The documentation for this class was generated from the following file: