Mvc\DispatcherInterface
Interface Phalcon\Mvc\DispatcherInterface
extends PhalconDispatcherInterface
Phalcon\Mvc\DispatcherInterface initializer
Methods
abstract public setControllerSuffix (string $controllerSuffix)
Sets the default controller suffix
abstract public setDefaultController (string $controllerName)
Sets the default controller name
abstract public setControllerName (string $controllerName, [unknown $isExact])
Sets the controller name to be dispatched
abstract public string getControllerName ()
Gets last dispatched co