PHP Class Pimcore\Model\Element\Recyclebin\Item\Listing

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

Méthodes publiques

Свойство Type Description
$items array Contains the results of the list. They are all an instance of Staticroute

Méthodes publiques

Méthode Description
getItems ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setItems ( array $items )

Method Details

getItems() public méthode

public getItems ( ) : 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

setItems() public méthode

public setItems ( array $items )
$items array

Property Details

$items public_oe property

Contains the results of the list. They are all an instance of Staticroute
public array $items
Résultat array