PHP Class Pimcore\Model\Object\Classificationstore\KeyGroupRelation\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.
$resolveGroupName boolean

Méthodes publiques

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

Method Details

getList() public méthode

public getList ( ) : array
Résultat array

getResolveGroupName() public méthode

public getResolveGroupName ( ) : boolean
Résultat boolean

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 )

setResolveGroupName() public méthode

public setResolveGroupName ( boolean $resolveGroupName )
$resolveGroupName boolean

Property Details

$list public_oe property

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

$resolveGroupName public_oe property

public bool $resolveGroupName
Résultat boolean