PHP Class Pimcore\Model\Object\Classificationstore\KeyConfig\Listing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$includeDisabled boolean
$list array Contains the results of the list. They are all an instance of Classificationstore_KeyConfig

Méthodes publiques

Méthode Description
getIncludeDisabled ( ) : boolean
getList ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setIncludeDisabled ( boolean $includeDisabled )
setList ( $theList )

Method Details

getIncludeDisabled() public méthode

public getIncludeDisabled ( ) : boolean
Résultat boolean

getList() public méthode

public getList ( ) : array
Résultat array

isValidOrderKey() public méthode

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
Résultat boolean

setIncludeDisabled() public méthode

public setIncludeDisabled ( boolean $includeDisabled )
$includeDisabled boolean

setList() public méthode

public setList ( $theList )

Property Details

$includeDisabled public_oe property

public bool $includeDisabled
Résultat boolean

$list public_oe property

Contains the results of the list. They are all an instance of Classificationstore_KeyConfig
public array $list
Résultat array