PHP Class Pimcore\Model\Tool\Targeting\Persona

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

Méthodes publiques

Свойство Type Description
$active boolean
$conditions array
$description string
$id integer
$name string
$threshold integer

Méthodes publiques

Méthode Description
fire ( $id ) add the persona to the current user
getActive ( ) : boolean
getById ( $id ) : null | Persona
getConditions ( ) : array
getDescription ( ) : string
getId ( ) : integer
getName ( ) : string
getThreshold ( ) : integer
isIdActive ( $id ) : boolean
setActive ( boolean $active )
setConditions ( $conditions )
setDescription ( $description )
setId ( $id )
setName ( $name )
setThreshold ( integer $threshold )

Method Details

fire() public static méthode

add the persona to the current user
public static fire ( $id )
$id

getActive() public méthode

public getActive ( ) : boolean
Résultat boolean

getById() public static méthode

public static getById ( $id ) : null | Persona
$id
Résultat null | Persona

getConditions() public méthode

public getConditions ( ) : array
Résultat array

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getId() public méthode

public getId ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getThreshold() public méthode

public getThreshold ( ) : integer
Résultat integer

isIdActive() public static méthode

public static isIdActive ( $id ) : boolean
$id
Résultat boolean

setActive() public méthode

public setActive ( boolean $active )
$active boolean

setConditions() public méthode

public setConditions ( $conditions )
$conditions

setDescription() public méthode

public setDescription ( $description )
$description

setId() public méthode

public setId ( $id )
$id

setName() public méthode

public setName ( $name )
$name

setThreshold() public méthode

public setThreshold ( integer $threshold )
$threshold integer

Property Details

$active public_oe property

public bool $active
Résultat boolean

$conditions public_oe property

public array $conditions
Résultat array

$description public_oe property

public string $description
Résultat string

$id public_oe property

public int $id
Résultat integer

$name public_oe property

public string $name
Résultat string

$threshold public_oe property

public int $threshold
Résultat integer