Messenger
- Namespace: \Redaxscript\View\Helper
- Description: parent class to create a flash message
- Package: Redaxscript
- Category: Messenger
- Author: Henry Ruhs
- Author: Balázs Szilágyi
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_registry | protected | ||
_actionArray | protected | ||
_optionArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__construct | public | constructor of the class |
init | public | init the class |
setUrl | public | set the absolute redirect url |
setRoute | public | set the relative redirect url |
doRedirect | public | do the redirect |
success | public | success message |
info | public | info message |
warning | public | warning message |
error | public | error message |
render | public | render |
_renderAction | protected | render action |
Method | Visibility | Description |