DispatcherInterface

Interface Phalcon\DispatcherInterface

Phalcon\DispatcherInterface initializer

Methods

abstract public setActionSuffix (string $actionSuffix)

Sets the default action suffix

abstract public setDefaultNamespace (string $namespace)

Sets the default namespace

abstract public setDefaultAction (string $actionName)

Sets the default action name

abstract public setActionName (string $actionName)

Sets the action name to be dispatched

abstract public string getActionName ()