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

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

Méthodes publiques

Свойство Type Description
$list array Contains the results of the list.

Méthodes publiques

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

setList() public méthode

public setList ( $theList )

Property Details

$list public_oe property

Contains the results of the list.
public array $list
Résultat array