PHP 클래스 Sulu\Bundle\ResourceBundle\Entity\Condition

파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

메소드 설명
getConditionGroup ( ) : ConditionGroup Get conditionGroup.
getField ( ) : string Get field.
getId ( ) : integer Get id.
getOperator ( ) : string Get operator.
getType ( ) : integer Get type.
getValue ( ) : string Get value.
setConditionGroup ( ConditionGroup $conditionGroup ) : Condition Set conditionGroup.
setField ( string $field ) : Condition Set field.
setOperator ( string $operator ) : Condition Set operator.
setType ( integer $type ) : Condition Set type.
setValue ( string $value ) : Condition Set value.

메소드 상세

getConditionGroup() 공개 메소드

Get conditionGroup.
public getConditionGroup ( ) : ConditionGroup
리턴 ConditionGroup

getField() 공개 메소드

Get field.
public getField ( ) : string
리턴 string

getId() 공개 메소드

Get id.
public getId ( ) : integer
리턴 integer

getOperator() 공개 메소드

Get operator.
public getOperator ( ) : string
리턴 string

getType() 공개 메소드

Get type.
public getType ( ) : integer
리턴 integer

getValue() 공개 메소드

Get value.
public getValue ( ) : string
리턴 string

setConditionGroup() 공개 메소드

Set conditionGroup.
public setConditionGroup ( ConditionGroup $conditionGroup ) : Condition
$conditionGroup ConditionGroup
리턴 Condition

setField() 공개 메소드

Set field.
public setField ( string $field ) : Condition
$field string
리턴 Condition

setOperator() 공개 메소드

Set operator.
public setOperator ( string $operator ) : Condition
$operator string
리턴 Condition

setType() 공개 메소드

Set type.
public setType ( integer $type ) : Condition
$type integer
리턴 Condition

setValue() 공개 메소드

Set value.
public setValue ( string $value ) : Condition
$value string
리턴 Condition