PHP Class RainLab\Pages\Components\StaticPage

Author: Alexey Bobkov, Samuel Georges
Inheritance: extends Cms\Classes\ComponentBase
Afficher le fichier Open project: rainlab/pages-plugin

Méthodes publiques

Свойство Type Description
$extraData Extra data added by syntax fields.
$pageObject A reference to the static page object
$title The static page title

Protected Properties

Свойство Type Description
$contentCached Content cache.

Méthodes publiques

Méthode Description
__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 ( )

Méthodes protégées

Méthode Description
defineExtraData ( ) Find foreign view bag values and add them to the component and page vars.

Method Details

__get() public méthode

Implements the getter functionality.
public __get ( string $name ) : void
$name string
Résultat void

__isset() public méthode

Determine if an attribute exists on the object.
public __isset ( string $key ) : void
$key string
Résultat void

children() public méthode

public children ( )

componentDetails() public méthode

public componentDetails ( )

content() public méthode

public content ( )

defineExtraData() protected méthode

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

onRun() public méthode

public onRun ( )

page() public méthode

public page ( )

parent() public méthode

public parent ( )

Property Details

$contentCached protected_oe property

Content cache.
protected $contentCached

$extraData public_oe property

Extra data added by syntax fields.
public $extraData

$pageObject public_oe property

A reference to the static page object
public $pageObject

$title public_oe property

The static page title
public $title