Autarky\Routing\Events\BeforeEvent::getController PHP Method

getController() public method

Get the dispatch's controller.
public getController ( ) : callable | null
return callable | null
    public function getController()
    {
        return $this->controller;
    }