PHP Class Pimcore\Model\WebsiteSetting\Listing

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

Méthodes publiques

Свойство Type Description
$settings array Contains the results of the list. They are all an instance of WebsiteSetting

Méthodes publiques

Méthode Description
getSettings ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setSettings ( array $settings )

Method Details

getSettings() public méthode

public getSettings ( ) : 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

setSettings() public méthode

public setSettings ( array $settings )
$settings array

Property Details

$settings public_oe property

Contains the results of the list. They are all an instance of WebsiteSetting
public array $settings
Résultat array