PHP 클래스 Neos\Neos\Domain\Model\UserInterfaceMode

파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$edit boolean
$name string
$options array
$preview boolean
$title string
$typoScriptPath string

공개 메소드들

메소드 설명
createByConfiguration ( string $modeName, array $configuration ) : static Creates an UserInterfaceMode object by configuration
getName ( ) : string
getOptionByPath ( string $path ) : mixed
getOptions ( ) : array
getTitle ( ) : string
getTypoScriptPath ( ) : string
isEdit ( ) : boolean
isPreview ( ) : boolean
setEdit ( boolean $edit ) : void
setName ( string $name ) : void
setOptions ( array $options ) : void
setPreview ( boolean $preview ) : void
setTitle ( string $title ) : void
setTypoScriptPath ( string $typoScriptPath ) : void

메소드 상세

createByConfiguration() 공개 정적인 메소드

Creates an UserInterfaceMode object by configuration
public static createByConfiguration ( string $modeName, array $configuration ) : static
$modeName string
$configuration array
리턴 static

getName() 공개 메소드

public getName ( ) : string
리턴 string

getOptionByPath() 공개 메소드

public getOptionByPath ( string $path ) : mixed
$path string
리턴 mixed

getOptions() 공개 메소드

public getOptions ( ) : array
리턴 array

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

getTypoScriptPath() 공개 메소드

public getTypoScriptPath ( ) : string
리턴 string

isEdit() 공개 메소드

public isEdit ( ) : boolean
리턴 boolean

isPreview() 공개 메소드

public isPreview ( ) : boolean
리턴 boolean

setEdit() 공개 메소드

public setEdit ( boolean $edit ) : void
$edit boolean
리턴 void

setName() 공개 메소드

public setName ( string $name ) : void
$name string
리턴 void

setOptions() 공개 메소드

public setOptions ( array $options ) : void
$options array
리턴 void

setPreview() 공개 메소드

public setPreview ( boolean $preview ) : void
$preview boolean
리턴 void

setTitle() 공개 메소드

public setTitle ( string $title ) : void
$title string
리턴 void

setTypoScriptPath() 공개 메소드

public setTypoScriptPath ( string $typoScriptPath ) : void
$typoScriptPath string
리턴 void

프로퍼티 상세

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

protected bool $edit
리턴 boolean

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

protected string $name
리턴 string

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

protected array $options
리턴 array

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

protected bool $preview
리턴 boolean

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

protected string $title
리턴 string

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

protected string $typoScriptPath
리턴 string