Mvc\Dispatcher::setControllerName

public setControllerName (mixed $controllerName) Sets the controller name to be dispatched

Mvc\Dispatcher::setControllerSuffix

public setControllerSuffix (mixed $controllerSuffix) Sets the default controller suffix

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

Mvc\Dispatcher::setDefaultController

public setDefaultController (mixed $controllerName) Sets the default controller name

Mvc\Dispatcher::getControllerName

public getControllerName () Gets last dispatched controller name

Mvc\Dispatcher::getControllerClass

public getControllerClass () Possible controller class name that will be located to dispatch the request

Mvc\Dispatcher::getPreviousActionName

public getPreviousActionName () Gets previous dispatched action name

Mvc\Dispatcher::getPreviousControllerName

public getPreviousControllerName () Gets previous dispatched controller name

Mvc\Dispatcher::getActiveController

public getActiveController () Returns the active controller in the dispatcher

Mvc\Dispatcher::getLastController

public getLastController () Returns the latest dispatched controller