PHP 클래스 FOF30\View\DataView\Html

상속: extends Raw, implements FOF30\View\DataView\DataViewInterface
파일 보기 프로젝트 열기: akeeba/fof 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$defaultPageTitle The translation key for the default page title
$setFrontendPageTitle Should I set the page title in the front-end of the site?

공개 메소드들

메소드 설명
setPageTitle ( )

보호된 메소드들

메소드 설명
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

메소드 상세

onBeforeAdd() 보호된 메소드

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

onBeforeEdit() 보호된 메소드

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

postRender() 보호된 메소드

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

preRender() 보호된 메소드

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

setPageTitle() 공개 메소드

public setPageTitle ( )

프로퍼티 상세

$defaultPageTitle 공개적으로 프로퍼티

The translation key for the default page title
public $defaultPageTitle

$setFrontendPageTitle 공개적으로 프로퍼티

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