ManaPHP\Event\ManagerInterface::attachEvent PHP Method

attachEvent() public method

Attach a listener to the events manager
public attachEvent ( string $event, callable $handler ) : void
$event string
$handler callable
return void
    public function attachEvent($event, $handler);