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
Afficher le fichier Open project: bluzphp/framework Class Usage Examples

Méthodes protégées

Méthode Description
initInstance ( ) : Bluz\Registry\Registry Init instance

Method Details

initInstance() protected static méthode

Init instance
protected static initInstance ( ) : Bluz\Registry\Registry
Résultat Bluz\Registry\Registry