PHP Класс Pimcore\Model\Element\Tag\Listing

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

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

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

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

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

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

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

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

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

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

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

public setTags ( $tags )
$tags

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

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

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