PHP Class Bluz\Proxy\Registry

Example of usage use Bluz\Proxy\Registry; Registry::set('key', 'value'); Registry::get('key');
See also: Instance::set()
See also: Instance::get()
See also: Instance::contains()
See also: Instance::delete()
Author: Anton Shevchuk
Inheritance: use trait ProxyTrait
Show file Open project: bluzphp/framework Class Usage Examples

Protected Methods

Method Description
initInstance ( ) : Bluz\Registry\Registry Init instance

Method Details

initInstance() protected static method

Init instance
protected static initInstance ( ) : Bluz\Registry\Registry
return Bluz\Registry\Registry