PHP Class Pimcore\Model\User\Listing\AbstractListing

Inheritance: extends Pimcore\Model\Listing\AbstractListing
ファイルを表示 Open project: pimcore/pimcore

Public Properties

Property Type Description
$items array Contains the results of the list. They are all an instance of User
$type string

Public Methods

Method Description
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 )

Method Details

getItems() public method

public getItems ( ) : array
return array

getType() public method

public getType ( ) : string
return string

isValidOrderKey() public method

Tests if the given key is an valid order key to sort the results
public isValidOrderKey ( string $key ) : boolean
$key string
return boolean

setItems() public method

public setItems ( array $items )
$items array

Property Details

$items public_oe property

Contains the results of the list. They are all an instance of User
public array $items
return array

$type public_oe property

public string $type
return string