PHPDaemon\Traits\EventHandlers::getLastEventName PHP Method

getLastEventName() public method

Use it to define event name, when one callback was bind to more than one events
public getLastEventName ( ) : string
return string
    public function getLastEventName()
    {
        return $this->lastEventName;
    }