DispatchableInterface
in
Dispatchable interface
Tags
Table of Contents
Methods
- dispatch() : void
- Dispatch action
- getDefaultAction() : string
- Get the default action
- setDefaultAction() : static
- Set the default action
Methods
dispatch()
Dispatch action
public
dispatch([string|null $action = null ][, array<string|int, mixed>|null $params = null ]) : void
Parameters
- $action : string|null = null
- $params : array<string|int, mixed>|null = null
getDefaultAction()
Get the default action
public
getDefaultAction() : string
Return values
stringsetDefaultAction()
Set the default action
public
setDefaultAction(string $default) : static
Parameters
- $default : string