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
Show file Open project: bluzphp/framework Class Usage Examples

Protected Methods

Method Description
initInstance ( ) : EventManager Init instance

Method Details

initInstance() protected static method

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