Dispatcher::setModelBinding
  • References/PHP/Phalcon/Dispatcher

public setModelBinding (boolean $value) Enable/Disable model binding during dispatch

2025-01-10 15:47:30
Dispatcher::EXCEPTION_ACTION_NOT_FOUND
  • References/PHP/Phalcon/Dispatcher

integer EXCEPTION_ACTION_NOT_FOUND

2025-01-10 15:47:30
Dispatcher::getNamespaceName
  • References/PHP/Phalcon/Dispatcher

public getNamespaceName () Gets a namespace to be prepended to the current handler name

2025-01-10 15:47:30
Dispatcher::setReturnedValue
  • References/PHP/Phalcon/Dispatcher

public setReturnedValue (mixed $value) Sets the latest returned value by an action manually

2025-01-10 15:47:30
Dispatcher::setDI
  • References/PHP/Phalcon/Dispatcher

public setDI (Phalcon\DiInterface $dependencyInjector)

2025-01-10 15:47:30
Dispatcher::setParam
  • References/PHP/Phalcon/Dispatcher

public setParam (mixed $param, mixed $value) Set a param by its name or numeric index

2025-01-10 15:47:30
Dispatcher::setEventsManager
  • References/PHP/Phalcon/Dispatcher

public setEventsManager (Phalcon\Eve

2025-01-10 15:47:30
Dispatcher::getActionName
  • References/PHP/Phalcon/Dispatcher

public getActionName () Gets the latest dispatched action name

2025-01-10 15:47:30
Dispatcher::setActionName
  • References/PHP/Phalcon/Dispatcher

public setActionName (mixed $actionName) Sets the action name to be dispatched

2025-01-10 15:47:30
Dispatcher::getHandlerClass
  • References/PHP/Phalcon/Dispatcher

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

2025-01-10 15:47:30