PHP Class Pimcore\Model\Object\ClassDefinition\Data\Languagemultiselect

Inheritance: extends Multiselect
Show file Open project: pimcore/pimcore

Public Properties

Property Type Description
$fieldtype string Static type of this element
$onlySystemLanguages boolean

Public Methods

Method Description
__set_state ( $data ) : static
configureOptions ( )
getOnlySystemLanguages ( ) : boolean
setOnlySystemLanguages ( $value )

Method Details

__set_state() public static method

public static __set_state ( $data ) : static
$data
return static

configureOptions() public method

public configureOptions ( )

getOnlySystemLanguages() public method

public getOnlySystemLanguages ( ) : boolean
return boolean

setOnlySystemLanguages() public method

public setOnlySystemLanguages ( $value )
$value

Property Details

$fieldtype public property

Static type of this element
public string $fieldtype
return string

$onlySystemLanguages public property

public bool $onlySystemLanguages
return boolean