PHP 클래스 Pimcore\Model\Tool\Targeting\Rule

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$actions Pimcore\Model\Tool\Targeting\Rule\Actions
$active boolean
$conditions array
$description string
$id integer
$name string
$scope string

공개 메소드들

메소드 설명
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 )

메소드 상세

fireEvent() 공개 정적인 메소드

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

getActions() 공개 메소드

public getActions ( ) : Pimcore\Model\Tool\Targeting\Rule\Actions
리턴 Pimcore\Model\Tool\Targeting\Rule\Actions

getActive() 공개 메소드

public getActive ( ) : boolean
리턴 boolean

getById() 공개 정적인 메소드

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

getByName() 공개 정적인 메소드

public static getByName ( $name ) : null | Rule
$name
리턴 null | Rule

getConditions() 공개 메소드

public getConditions ( ) : array
리턴 array

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getScope() 공개 메소드

public getScope ( ) : string
리턴 string

inTarget() 공개 정적인 메소드

public static inTarget ( $target ) : boolean
$target
리턴 boolean

setActions() 공개 메소드

public setActions ( $actions )
$actions

setActive() 공개 메소드

public setActive ( boolean $active )
$active boolean

setConditions() 공개 메소드

public setConditions ( $conditions )
$conditions

setDescription() 공개 메소드

public setDescription ( $description )
$description

setId() 공개 메소드

public setId ( $id )
$id

setName() 공개 메소드

public setName ( $name )
$name

setScope() 공개 메소드

public setScope ( string $scope )
$scope string

프로퍼티 상세

$actions 공개적으로 프로퍼티

public Actions,Pimcore\Model\Tool\Targeting\Rule $actions
리턴 Pimcore\Model\Tool\Targeting\Rule\Actions

$active 공개적으로 프로퍼티

public bool $active
리턴 boolean

$conditions 공개적으로 프로퍼티

public array $conditions
리턴 array

$description 공개적으로 프로퍼티

public string $description
리턴 string

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$name 공개적으로 프로퍼티

public string $name
리턴 string

$scope 공개적으로 프로퍼티

public string $scope
리턴 string