PHP Class Pimcore\Model\Tool\Targeting\Rule

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

Méthodes publiques

Свойство Type Description
$actions Pimcore\Model\Tool\Targeting\Rule\Actions
$active boolean
$conditions array
$description string
$id integer
$name string
$scope string

Méthodes publiques

Méthode Description
fireEvent ( $key, $value = null )
getActions ( ) : Pimcore\Model\Tool\Targeting\Rule\Actions
getActive ( ) : boolean
getById ( integer $id ) : Rule Static helper to retrieve an instance of Tool\Targeting\Rule by the given ID
getByName ( $name ) : null | Rule
getConditions ( ) : array
getDescription ( ) : string
getId ( ) : integer
getName ( ) : string
getScope ( ) : string
inTarget ( $target ) : boolean
setActions ( $actions )
setActive ( boolean $active )
setConditions ( $conditions )
setDescription ( $description )
setId ( $id )
setName ( $name )
setScope ( string $scope )

Method Details

fireEvent() public static méthode

public static fireEvent ( $key, $value = null )
$key
$value

getActions() public méthode

public getActions ( ) : Pimcore\Model\Tool\Targeting\Rule\Actions
Résultat Pimcore\Model\Tool\Targeting\Rule\Actions

getActive() public méthode

public getActive ( ) : boolean
Résultat boolean

getById() public static méthode

Static helper to retrieve an instance of Tool\Targeting\Rule by the given ID
public static getById ( integer $id ) : Rule
$id integer
Résultat Rule

getByName() public static méthode

public static getByName ( $name ) : null | Rule
$name
Résultat null | Rule

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

getScope() public méthode

public getScope ( ) : string
Résultat string

inTarget() public static méthode

public static inTarget ( $target ) : boolean
$target
Résultat boolean

setActions() public méthode

public setActions ( $actions )
$actions

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

setScope() public méthode

public setScope ( string $scope )
$scope string

Property Details

$actions public_oe property

public Actions,Pimcore\Model\Tool\Targeting\Rule $actions
Résultat Pimcore\Model\Tool\Targeting\Rule\Actions

$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

$scope public_oe property

public string $scope
Résultat string