PHP Class FOF30\View\DataView\Html

Inheritance: extends Raw, implements FOF30\View\DataView\DataViewInterface
Mostra file Open project: akeeba/fof Class Usage Examples

Public Properties

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?

Public Methods

Method Description
setPageTitle ( )

Protected Methods

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

Method Details

onBeforeAdd() protected method

Executes before rendering the page for the Add task.
protected onBeforeAdd ( )

onBeforeEdit() protected method

Executes before rendering the page for the Edit task.
protected onBeforeEdit ( )

postRender() protected method

Runs after rendering the view template, echoing HTML to put after the view template's generated HTML
protected postRender ( ) : void
return void

preRender() protected method

Runs before rendering the view template, echoing HTML to put before the view template's generated HTML
protected preRender ( ) : void
return void

setPageTitle() public method

public setPageTitle ( )

Property Details

$defaultPageTitle public_oe property

The translation key for the default page title
public $defaultPageTitle

$setFrontendPageTitle public_oe property

Should I set the page title in the front-end of the site?
public $setFrontendPageTitle