PHP 클래스 Jarves\Configuration\ThemeContent

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

보호된 프로퍼티들

프로퍼티 타입 설명
$file string Symfony paths recommended like "AppBundle:ControllerName:view.html.twig"
$label string
$requiredProperties
$rootName

공개 메소드들

메소드 설명
getFile ( ) : string
getLabel ( ) : string
setFile ( string $file )
setLabel ( string $label )

메소드 상세

getFile() 공개 메소드

public getFile ( ) : string
리턴 string

getLabel() 공개 메소드

public getLabel ( ) : string
리턴 string

setFile() 공개 메소드

public setFile ( string $file )
$file string

setLabel() 공개 메소드

public setLabel ( string $label )
$label string

프로퍼티 상세

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

Symfony paths recommended like "AppBundle:ControllerName:view.html.twig"
protected string $file
리턴 string

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

protected string $label
리턴 string

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

protected $requiredProperties

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

protected $rootName