Control
- Namespace: \Redaxscript\Admin\View\Helper
- Description: helper class to create the admin control
- 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 |
_hasPermission | protected | has the permission |
_showAction | protected | show the action |
__construct | public | constructor of the class |
Method | Visibility | Description |
Dashboard
- Namespace: \Redaxscript\Admin\View\Helper
- Description: helper class to create the admin dashboard
- 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 |
Dock
- Namespace: \Redaxscript\Admin\View\Helper
- Description: helper class to create the admin dock
- 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\Admin\View\Helper
- Description: parent class to create a admin message
- Package: Redaxscript
- Category: Messenger
- Author: Henry Ruhs
- Author: Balázs Szilágyi
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_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 |
Notification
- Namespace: \Redaxscript\Admin\View\Helper
- Description: helper class to create the admin notification
- Package: Redaxscript
- Category: View
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_language | protected | ||
_notificationArray | protected | ||
_optionArray | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__construct | public | constructor of the class |
init | public | init the class |
getNotificationArray | public | get the notification array |
render | public | render the view |
Method | Visibility | Description |
Option
- Namespace: \Redaxscript\Admin\View\Helper
- Description: helper class to create various options
- Package: Redaxscript
- Category: View
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_language | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
__construct | public | constructor of the class |
getRobotArray | public | get the robot array |
getCharsetArray | public | get the charset array |
getLocaleArray | public | get the locale array |
getZoneArray | public | get the zone array |
getTimeArray | public | get the time array |
getDateArray | public | get the date array |
getOrderArray | public | get the order array |
getCaptchaArray | public | get the captcha array |
getPermissionArray | public | get the permission array |
getLanguageArray | public | get the language array |
getTemplateArray | public | get the template array |
getCategoryArray | public | get the category array |
getSiblingForCategoryArray | public | get the sibling for category array |
getParentForCategoryArray | public | get the parent for category array |
getArticleArray | public | get the article array |
getSiblingForArticleArray | public | get the sibling for article array |
getSiblingForExtraArray | public | get the sibling for extra array |
getArticleForCommentArray | public | get the article for comment array |
_getContentArray | protected | get the content array |
getGroupArray | public | get the group array |
Method | Visibility | Description |
Panel
- Namespace: \Redaxscript\Admin\View\Helper
- Description: helper class to create the admin panel
- 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 |
_hasPermission | protected | has the permission |
_renderContent | protected | render the content |
_renderAccess | protected | render the access |
_renderSystem | protected | render the system |
_renderProfile | protected | render the profile |
_renderNotification | protected | render the notification |
_renderLogout | protected | render the logout |
__construct | public | constructor of the class |
Method | Visibility | Description |