PHPDaemon\Traits\EventHandlers::cleanupEventHandlers PHP Method

cleanupEventHandlers() protected method

Clean up all events
protected cleanupEventHandlers ( ) : void
return void
    protected function cleanupEventHandlers()
    {
        $this->eventHandlers = [];
        //Daemon::log('clean up event handlers '.get_class($this). ' -- '.$this->attrs->server['REQUEST_URI']. PHP_EOL .Debug::backtrace());
    }