Dispatcher::EXCEPTION_INVALID_HANDLER
  • References/PHP/Phalcon/Dispatcher

integer EXCEPTION_INVALID_HANDLER

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

public getDefaultNamespace () Returns the default namespace

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

public getActiveMethod () Returns the current method to be/executed in the dispatcher

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

public setActionSuffix (mixed $actionSuffix) Sets the default action suffix

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

public getDI () Returns the internal dependency injector

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

public object dispatch () Dispatches a handle action taking into account the routing parameters

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

public wasForwarded () Check if the current executed action was forwarded by another one

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

public getActionSuffix () Gets the default action suffix

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

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

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

public setDefaultAction (mixed $actionName) Sets the default action name

2025-01-10 15:47:30