PHP 클래스 RainLab\Pages\Classes\Controller

저자: Alexey Bobkov, Samuel Georges
상속: use trait October\Rain\Support\Traits\Singleton
파일 보기 프로젝트 열기: rainlab/pages-plugin 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$theme

공개 메소드들

메소드 설명
getPageContents ( $page )
getPlaceholderContents ( $page, $placeholderName, $placeholderContents )
initCmsPage ( string $url ) : Cms\Classes\Page Creates a CMS page from a static page and configures it.
initPageComponents ( $cmsController, $page )
injectPageTwig ( $page, $loader, $twig )
parseSyntaxFields ( $content )

보호된 메소드들

메소드 설명
init ( ) Initialize this singleton.

메소드 상세

getPageContents() 공개 메소드

public getPageContents ( $page )

getPlaceholderContents() 공개 메소드

public getPlaceholderContents ( $page, $placeholderName, $placeholderContents )

init() 보호된 메소드

Initialize this singleton.
protected init ( )

initCmsPage() 공개 메소드

Creates a CMS page from a static page and configures it.
public initCmsPage ( string $url ) : Cms\Classes\Page
$url string Specifies the static page URL.
리턴 Cms\Classes\Page Returns the CMS page object or NULL of the requested page was not found.

initPageComponents() 공개 메소드

public initPageComponents ( $cmsController, $page )

injectPageTwig() 공개 메소드

public injectPageTwig ( $page, $loader, $twig )

parseSyntaxFields() 공개 메소드

public parseSyntaxFields ( $content )

프로퍼티 상세

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

protected $theme