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

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

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

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

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

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

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

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

public getIncludeDisabled ( ) : boolean
Результат boolean

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

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

public setIncludeDisabled ( boolean $includeDisabled )
$includeDisabled boolean

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

public setList ( $theList )

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

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

public bool $includeDisabled
Результат boolean

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

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