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

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$includeDisabled boolean
$list array Contains the results of the list. They are all an instance of Classificationstore_KeyConfig

Public Methods

Method 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 method

public getIncludeDisabled ( ) : boolean
return boolean

getList() public method

public getList ( ) : array
return array

isValidOrderKey() public method

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

setIncludeDisabled() public method

public setIncludeDisabled ( boolean $includeDisabled )
$includeDisabled boolean

setList() public method

public setList ( $theList )

Property Details

$includeDisabled public property

public bool $includeDisabled
return boolean

$list public property

Contains the results of the list. They are all an instance of Classificationstore_KeyConfig
public array $list
return array