PHP Класс Pimcore\Model\User\Listing\AbstractListing

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

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

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

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

Метод Описание
getItems ( ) : array
getType ( ) : string
isValidOrderKey ( string $key ) : boolean Tests if the given key is an valid order key to sort the results
setItems ( array $items )

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

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

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

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

public getType ( ) : string
Результат string

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

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

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

public setItems ( array $items )
$items array

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

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

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

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

public string $type
Результат string