Maintenance
Maintenance Dispatcher Plugin Redirect to the maintenance module/controller/action
- Full name:
\PhalconKit\Mvc\Dispatcher\Maintenance - Parent class:
\PhalconKit\Di\Injectable
Constants
| Constant | Visibility | Type | Value |
|---|---|---|---|
DEFAULT_MAINTENANCE_MODULE | public | null | |
DEFAULT_MAINTENANCE_CONTROLLER | public | 'error' | |
DEFAULT_MAINTENANCE_ACTION | public | 'maintenance' |
Methods
beforeDispatch
Executed before dispatching a request.
public beforeDispatch(\Phalcon\Events\Event $event, \Phalcon\Dispatcher\AbstractDispatcher $dispatcher): void
Parameters:
| Parameter | Type | Description |
|---|---|---|
$event | \Phalcon\Events\Event | The event object. |
$dispatcher | \Phalcon\Dispatcher\AbstractDispatcher | The dispatcher object. |
Throws:
If an error happened during the dispatch forwarding to the maintenance route - Exception