PHP Class Bluz\Proxy\EventManager

Example of usage use Bluz\Proxy\EventManager; EvenManager::attach('event name', function() { ... some logic }); EventManager::trigger('event name');
See also: Instance::attach()
See also: Instance::trigger()
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 ( ) : EventManager Init instance

Method Details

initInstance() protected static méthode

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