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

Inheritance: extends Pimcore\Model\Listing\AbstractListing
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$definitions array Contains the results of the list. They are all an instance of User\Permission\Definition

Méthodes publiques

Méthode 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 méthode

public getDefinitions ( ) : array
Résultat array

isValidOrderKey() public méthode

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

setDefinitions() public méthode

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
Résultat array