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

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Exibir arquivo Open project: pimcore/pimcore Class Usage Examples

Public Properties

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

Public Methods

Method Description
getList ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setList ( $theList )

Method Details

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

setList() public method

public setList ( $theList )

Property Details

$list public_oe property

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