Property | Type | Description | |
---|---|---|---|
$defaultPageTitle | The translation key for the default page title | ||
$setFrontendPageTitle | Should I set the page title in the front-end of the site? |
Method | Description | |
---|---|---|
setPageTitle ( ) |
Method | Description | |
---|---|---|
onBeforeAdd ( ) | Executes before rendering the page for the Add task. | |
onBeforeEdit ( ) | Executes before rendering the page for the Edit task. | |
postRender ( ) : void | Runs after rendering the view template, echoing HTML to put after the view template's generated HTML | |
preRender ( ) : void | Runs before rendering the view template, echoing HTML to put before the view template's generated HTML |
protected onBeforeAdd ( ) |
protected onBeforeEdit ( ) |
protected postRender ( ) : void | ||
return | void |
public $defaultPageTitle |