PHP Class Pimcore\Model\User\Permission\Definition\Listing

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

Public Properties

Property Type Description
$definitions array Contains the results of the list. They are all an instance of User\Permission\Definition

Public Methods

Method Description
getDefinitions ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setDefinitions ( $definitions )

Method Details

getDefinitions() public method

public getDefinitions ( ) : array
return array

isValidOrderKey() public method

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

setDefinitions() public method

public setDefinitions ( $definitions )
$definitions

Property Details

$definitions public_oe property

Contains the results of the list. They are all an instance of User\Permission\Definition
public array $definitions
return array