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

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
getPersonas ( ) : array
isValidOrderKey ( $key ) : boolean Tests if the given key is an valid order key to sort the results
setPersonas ( $personas )

Method Details

getPersonas() public méthode

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

setPersonas() public méthode

public setPersonas ( $personas )
$personas

Property Details

$personas public_oe property

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