OXID eShop CE
4.9.10
|
Static Public Member Functions | |
static | get ($sClassName) |
static | set ($sClassName, $oInstance) |
static | getConfig () |
static | getSession () |
static | getLang () |
static | getUtils () |
static | getKeys () |
Static Protected Attributes | |
static | $_aInstances = array() |
Object registry design pattern implementation. Stores the instances of objects
Definition at line 6 of file oxregistry.php.
|
static |
Instance getter. Return existing instance or initializes the new one
string | $sClassName | Class name |
Definition at line 25 of file oxregistry.php.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Instance setter
string | $sClassName | Class name |
object | $oInstance | Object instance |
Definition at line 47 of file oxregistry.php.
|
staticprotected |
Definition at line 14 of file oxregistry.php.