PHP 클래스 RainLab\Pages\Components\StaticPage

저자: Alexey Bobkov, Samuel Georges
상속: extends Cms\Classes\ComponentBase
파일 보기 프로젝트 열기: rainlab/pages-plugin

공개 프로퍼티들

프로퍼티 타입 설명
$extraData Extra data added by syntax fields.
$pageObject A reference to the static page object
$title The static page title

보호된 프로퍼티들

프로퍼티 타입 설명
$contentCached Content cache.

공개 메소드들

메소드 설명
__get ( string $name ) : void Implements the getter functionality.
__isset ( string $key ) : void Determine if an attribute exists on the object.
children ( )
componentDetails ( )
content ( )
onRun ( )
page ( )
parent ( )

보호된 메소드들

메소드 설명
defineExtraData ( ) Find foreign view bag values and add them to the component and page vars.

메소드 상세

__get() 공개 메소드

Implements the getter functionality.
public __get ( string $name ) : void
$name string
리턴 void

__isset() 공개 메소드

Determine if an attribute exists on the object.
public __isset ( string $key ) : void
$key string
리턴 void

children() 공개 메소드

public children ( )

componentDetails() 공개 메소드

public componentDetails ( )

content() 공개 메소드

public content ( )

defineExtraData() 보호된 메소드

Find foreign view bag values and add them to the component and page vars.
protected defineExtraData ( )

onRun() 공개 메소드

public onRun ( )

page() 공개 메소드

public page ( )

parent() 공개 메소드

public parent ( )

프로퍼티 상세

$contentCached 보호되어 있는 프로퍼티

Content cache.
protected $contentCached

$extraData 공개적으로 프로퍼티

Extra data added by syntax fields.
public $extraData

$pageObject 공개적으로 프로퍼티

A reference to the static page object
public $pageObject

$title 공개적으로 프로퍼티

The static page title
public $title