PHP Класс Pimcore\Model\Element\Recyclebin\Item\Listing

Наследование: extends Pimcore\Model\Listing\AbstractListing
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$items array Contains the results of the list. They are all an instance of Staticroute

Открытые методы

Метод Описание
getItems ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setItems ( array $items )

Описание методов

getItems() публичный Метод

public getItems ( ) : array
Результат array

isValidOrderKey() публичный Метод

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( $key ) : boolean
Результат boolean

setItems() публичный Метод

public setItems ( array $items )
$items array

Описание свойств

$items публичное свойство

Contains the results of the list. They are all an instance of Staticroute
public array $items
Результат array