PHP Класс Pimcore\Model\Translation\AbstractTranslation\Listing

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

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

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

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

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

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

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

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

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

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

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

public setTranslations ( array $translations )
$translations array

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

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

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