PHP Класс Pimcore\Model\User\Permission\Definition\Listing

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

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

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

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

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

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

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

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

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

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

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

public setDefinitions ( $definitions )
$definitions

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

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

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