Property | Type | Description | |
---|---|---|---|
$_registryArray | array | array of the registry |
Method | Description | |
---|---|---|
get ( string $key = null ) : mixed | get item from registry | |
init ( array $registryArray = [] ) | init the class | |
set ( string $key = null, mixed $value = null ) | set item to registry |
protected static array $_registryArray | ||
return | array |