PHP Class FOF30\View\DataView\Html

Inheritance: extends Raw, implements FOF30\View\DataView\DataViewInterface
Afficher le fichier Open project: akeeba/fof Class Usage Examples

Méthodes publiques

Свойство 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?

Méthodes publiques

Méthode Description
setPageTitle ( )

Méthodes protégées

Méthode 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 méthode

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

onBeforeEdit() protected méthode

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

postRender() protected méthode

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

preRender() protected méthode

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

setPageTitle() public méthode

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