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

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

Public Properties

Property Type Description
$list array Contains the results of the list.
$resolveGroupName boolean

Public Methods

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

public getList ( ) : array
return array

getResolveGroupName() public method

public getResolveGroupName ( ) : boolean
return boolean

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 )

setResolveGroupName() public method

public setResolveGroupName ( boolean $resolveGroupName )
$resolveGroupName boolean

Property Details

$list public property

Contains the results of the list.
public array $list
return array

$resolveGroupName public property

public bool $resolveGroupName
return boolean