PHP Class Pimcore\Model\Tool\Targeting\Rule\Listing

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

Méthodes publiques

Свойство Type Description
$targets array Contains the results of the list. They are all an instance of Tool\Targeting\Rule

Méthodes publiques

Méthode Description
getTargets ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setTargets ( $targets )

Method Details

getTargets() public méthode

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

setTargets() public méthode

public setTargets ( $targets )
$targets

Property Details

$targets public_oe property

Contains the results of the list. They are all an instance of Tool\Targeting\Rule
public array $targets
Résultat array