Fuel\Event\Listener::handler PHP Method

handler() public method

Retrieve the Event handler
public handler ( ) : mixed
return mixed event handler
    public function handler()
    {
        return $this->handler;
    }