Fuel\Event\Listener::name PHP Method

name() public method

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