PHP Class Sulu\Bundle\ResourceBundle\Entity\Condition

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getConditionGroup() public méthode

Get conditionGroup.
public getConditionGroup ( ) : ConditionGroup
Résultat ConditionGroup

getField() public méthode

Get field.
public getField ( ) : string
Résultat string

getId() public méthode

Get id.
public getId ( ) : integer
Résultat integer

getOperator() public méthode

Get operator.
public getOperator ( ) : string
Résultat string

getType() public méthode

Get type.
public getType ( ) : integer
Résultat integer

getValue() public méthode

Get value.
public getValue ( ) : string
Résultat string

setConditionGroup() public méthode

Set conditionGroup.
public setConditionGroup ( ConditionGroup $conditionGroup ) : Condition
$conditionGroup ConditionGroup
Résultat Condition

setField() public méthode

Set field.
public setField ( string $field ) : Condition
$field string
Résultat Condition

setOperator() public méthode

Set operator.
public setOperator ( string $operator ) : Condition
$operator string
Résultat Condition

setType() public méthode

Set type.
public setType ( integer $type ) : Condition
$type integer
Résultat Condition

setValue() public méthode

Set value.
public setValue ( string $value ) : Condition
$value string
Résultat Condition