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

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

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

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

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

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

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

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

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

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

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

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

public setSites ( array $sites )
$sites array

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

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

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