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

상속: extends Sulu\Component\Rest\ApiWrapper
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( Condition $entity, string $locale )
$entity Sulu\Bundle\ResourceBundle\Entity\Condition
$locale string

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 ( ) : mixed
리턴 mixed

setConditionGroup() 공개 메소드

Set conditionGroup.
public setConditionGroup ( ConditionGroup $conditionGroup )
$conditionGroup ConditionGroup

setField() 공개 메소드

Set field.
public setField ( string $field )
$field string

setOperator() 공개 메소드

Set operator.
public setOperator ( string $operator )
$operator string

setType() 공개 메소드

Set type.
public setType ( integer $type )
$type integer

setValue() 공개 메소드

Set value.
public setValue ( string $value )
$value string