PHP Class Neos\Neos\Domain\Model\UserInterfaceMode

Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$edit boolean
$name string
$options array
$preview boolean
$title string
$typoScriptPath string

Méthodes publiques

Méthode Description
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

Method Details

createByConfiguration() public static méthode

Creates an UserInterfaceMode object by configuration
public static createByConfiguration ( string $modeName, array $configuration ) : static
$modeName string
$configuration array
Résultat static

getName() public méthode

public getName ( ) : string
Résultat string

getOptionByPath() public méthode

public getOptionByPath ( string $path ) : mixed
$path string
Résultat mixed

getOptions() public méthode

public getOptions ( ) : array
Résultat array

getTitle() public méthode

public getTitle ( ) : string
Résultat string

getTypoScriptPath() public méthode

public getTypoScriptPath ( ) : string
Résultat string

isEdit() public méthode

public isEdit ( ) : boolean
Résultat boolean

isPreview() public méthode

public isPreview ( ) : boolean
Résultat boolean

setEdit() public méthode

public setEdit ( boolean $edit ) : void
$edit boolean
Résultat void

setName() public méthode

public setName ( string $name ) : void
$name string
Résultat void

setOptions() public méthode

public setOptions ( array $options ) : void
$options array
Résultat void

setPreview() public méthode

public setPreview ( boolean $preview ) : void
$preview boolean
Résultat void

setTitle() public méthode

public setTitle ( string $title ) : void
$title string
Résultat void

setTypoScriptPath() public méthode

public setTypoScriptPath ( string $typoScriptPath ) : void
$typoScriptPath string
Résultat void

Property Details

$edit protected_oe property

protected bool $edit
Résultat boolean

$name protected_oe property

protected string $name
Résultat string

$options protected_oe property

protected array $options
Résultat array

$preview protected_oe property

protected bool $preview
Résultat boolean

$title protected_oe property

protected string $title
Résultat string

$typoScriptPath protected_oe property

protected string $typoScriptPath
Résultat string