PHP 클래스 RainLab\Translate\Classes\MLStaticPage

저자: Alexey Bobkov, Samuel Georges
상속: extends MLCmsObject
파일 보기 프로젝트 열기: rainlab/translate-plugin

보호된 프로퍼티들

프로퍼티 타입 설명
$purgeable List of attribute names which are not considered "settings".
$wrapCode Wrap code section in PHP tags.

공개 메소드들

메소드 설명
afterFetch ( ) {@inheritDoc}
getPlaceholdersAttribute ( ) : array Parses the page placeholder {% put %} tags and extracts the placeholder values.
setPlaceholdersAttribute ( array $value ) : void Takes an array of placeholder data (key: code, value: content) and renders it as a single string of Twig markup against the "code" attribute.

메소드 상세

afterFetch() 공개 메소드

{@inheritDoc}
public afterFetch ( )

getPlaceholdersAttribute() 공개 메소드

Parses the page placeholder {% put %} tags and extracts the placeholder values.
public getPlaceholdersAttribute ( ) : array
리턴 array Returns an associative array of the placeholder names and values.

setPlaceholdersAttribute() 공개 메소드

Takes an array of placeholder data (key: code, value: content) and renders it as a single string of Twig markup against the "code" attribute.
public setPlaceholdersAttribute ( array $value ) : void
$value array
리턴 void

프로퍼티 상세

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

List of attribute names which are not considered "settings".
protected $purgeable

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

Wrap code section in PHP tags.
protected $wrapCode