Fuel\Event\Listener::context PHP Method

context() public method

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