Helper
- Namespace: \Redaxscript\Admin\Template
- Description: helper class to provide admin template helper
- Package: Redaxscript
- Category: Template
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
_prefix | protected | ||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
getRegistry | public | get the registry |
getLanguage | public | get the language |
getSetting | public | get the setting |
getTitle | public | get the title |
getCanonical | public | get the canonical |
getDescription | public | get the description |
getKeywords | public | get the keywords |
getRobots | public | get the robots |
getTransport | public | get the transport |
getDirection | public | get the direction |
getClass | public | get the class |
getResponseCode | public | get the response code |
getIcon | public | get the icon |
getContent | public | get the content |
Method | Visibility | Description |
Tag
- Namespace: \Redaxscript\Admin\Template
- Description: parent class to provide admin template tags
- Package: Redaxscript
- Category: Template
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
dashboard | public | dashboard |
panel | public | panel |
base | public | base |
title | public | title |
link | public | link |
meta | public | meta |
script | public | script |
style | public | style |
breadcrumb | public | breadcrumb |
partial | public | partial |
content | public | content |
_renderAdminContent | protected | render the admin content |
_renderContent | protected | render the content |
article | public | article |
comment | public | comment |
extra | public | extra |
pagination | public | pagination |
navigation | public | navigation |
console | public | console |
consoleForm | public | console form |
commentForm | public | comment form |
searchForm | public | search form |
Method | Visibility | Description |