PHP Класс Pimcore\Model\Object\KeyValue\KeyConfig\Listing

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

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

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

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

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

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

getList() публичный метод

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

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

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

setList() публичный метод

public setList ( $theList )

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

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

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