PHP Класс Pimcore\Model\Glossary\Listing

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

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

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

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

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

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

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

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

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

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

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

public setGlossary ( $glossary )
$glossary

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

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

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