Interface Phalcon\Mvc\DispatcherInterface

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 getActionSuffix () inherited from Phalcon\DispatcherInterface

abstract public setDefaultNamespace (mixed $defaultNamespace) inherited from Phalcon\DispatcherInterface

abstract public setDefaultAction (mixed $actionName) inherited from Phalcon\DispatcherInterface

abstract public setNamespaceName (mixed $namespaceName) inherited from Phalcon\DispatcherInterface

abstract public setModuleName (mixed $moduleName) inherited from Phalcon\DispatcherInterface

abstract public setActionName (mixed $actionName) inherited from Phalcon\DispatcherInterface

abstract public getActionName () inherited from Phalcon\DispatcherInterface

abstract public setParams (mixed $params) inherited from Phalcon\DispatcherInterface

abstract public getParams () inherited from Phalcon\DispatcherInterface

abstract public setParam (mixed $param, mixed $value) inherited from Phalcon\DispatcherInterface

abstract public getParam (mixed $param, [mixed $filters]) inherited from Phalcon\DispatcherInterface

abstract public hasParam (mixed $param) inherited from Phalcon\DispatcherInterface

abstract public isFinished () inherited from Phalcon\DispatcherInterface

abstract public getReturnedValue () inherited from Phalcon\DispatcherInterface

abstract public dispatch () inherited from Phalcon\DispatcherInterface

abstract public forward (mixed $forward) inherited from Phalcon\DispatcherInterface