PHP 클래스 Jarves\Configuration\ThemeLayout

상속: extends ThemeContent
파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes
$doctype string Default is Jarves:Doctypes:html5.html.twig (Jarves/Resources/views/Doctypes/html5.html.twig) You should copy and paste the default and adjust it accordingly.
$key string Note: The file path is not directly stored anywhere, instead only this key is.
$requiredProperties
$rootName

공개 메소드들

메소드 설명
getDoctype ( ) : string
getKey ( ) : mixed
setDoctype ( string $doctype )
setKey ( mixed $key )

메소드 상세

getDoctype() 공개 메소드

public getDoctype ( ) : string
리턴 string

getKey() 공개 메소드

public getKey ( ) : mixed
리턴 mixed

setDoctype() 공개 메소드

public setDoctype ( string $doctype )
$doctype string

setKey() 공개 메소드

public setKey ( mixed $key )
$key mixed

프로퍼티 상세

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

protected $attributes

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

Default is Jarves:Doctypes:html5.html.twig (Jarves/Resources/views/Doctypes/html5.html.twig) You should copy and paste the default and adjust it accordingly.
protected string $doctype
리턴 string

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

Note: The file path is not directly stored anywhere, instead only this key is.
protected string $key
리턴 string

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

protected $requiredProperties

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

protected $rootName