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

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

공개 프로퍼티들

프로퍼티 타입 설명
$active boolean
$conditions array
$description string
$id integer
$name string
$threshold integer

공개 메소드들

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

메소드 상세

fire() 공개 정적인 메소드

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

getActive() 공개 메소드

public getActive ( ) : boolean
리턴 boolean

getById() 공개 정적인 메소드

public static getById ( $id ) : null | Persona
$id
리턴 null | Persona

getConditions() 공개 메소드

public getConditions ( ) : array
리턴 array

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getThreshold() 공개 메소드

public getThreshold ( ) : integer
리턴 integer

isIdActive() 공개 정적인 메소드

public static isIdActive ( $id ) : boolean
$id
리턴 boolean

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

setThreshold() 공개 메소드

public setThreshold ( integer $threshold )
$threshold integer

프로퍼티 상세

$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

$threshold 공개적으로 프로퍼티

public int $threshold
리턴 integer