implements Phalcon\DispatcherInterface
Source on GitHub
Methods
abstract public setControllerSuffix (mixed $controllerSuffix)
...
abstract public setDefaultController (mixed $controllerName)
...
abstract public setControllerName (mixed $controllerName)
...
abstract public getControllerName ()
...
abstract public getLastController ()
...
abstract public getActiveController ()
...
abstract public setActionSuffix (mixed $actionSuffix) inherited from Phalcon\DispatcherInterface
...
abstract public