Breadcrumb
- Namespace: \Redaxscript\View\Helper
- Description: helper class to create a breadcrumb navigation
- Package: Redaxscript
- Category: View
- Author: Henry Ruhs
- Author: Gary Aylward
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_breadcrumbArray | protected | ||
_optionArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__toString | public | stringify the breadcrumb |
init | public | init the class |
getArray | public | get the breadcrumb array |
render | public | render the breadcrumb |
_create | protected | create the breadcrumb array |
_createAdmin | protected | create the breadcrumb array for the administration |
_createContent | protected | create the breadcrumb array for the content |
__construct | public | constructor of the class |
Method | Visibility | Description |
Byline
- Namespace: \Redaxscript\View\Helper
- Description: helper class to create the byline
- Package: Redaxscript
- Category: View
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_optionArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
init | public | init the class |
render | public | render the view |
__construct | public | constructor of the class |
Method | Visibility | Description |
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 |
Pagination
- Namespace: \Redaxscript\View\Helper
- Description: helper class to create the pagination
- Package: Redaxscript
- Category: View
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_optionArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
init | public | init the class |
render | public | render the view |
_getNumberArray | protected | get the number array |
__construct | public | constructor of the class |
Method | Visibility | Description |