PHP Класс Pimcore\Model\Metadata\Predefined\Listing

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

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

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

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

Метод Описание
getByKeyAndLanguage ( $key, $language, $targetSubtype = null ) : Predefined
getByTargetType ( $type, $subTypes ) : Listing
getDefinitions ( ) : array
setDefinitions ( $definitions )

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

getByKeyAndLanguage() публичный статический Метод

public static getByKeyAndLanguage ( $key, $language, $targetSubtype = null ) : Predefined
$key
$language
Результат Pimcore\Model\Metadata\Predefined

getByTargetType() публичный статический Метод

public static getByTargetType ( $type, $subTypes ) : Listing
$type
$subTypes
Результат Listing

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

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

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

public setDefinitions ( $definitions )
$definitions

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

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

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