Autarky\Routing\Events\BeforeEvent::getController PHP Méthode

getController() public méthode

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