Method |
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 ) |
|
|