PHP Class Sulu\Bundle\ResourceBundle\Entity\Operator

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

Méthodes publiques

Méthode Description
__construct ( ) Constructor.
addTranslation ( OperatorTranslation $translations ) : Operator Add translations.
addValue ( OperatorValue $values ) : Operator Add values.
getId ( ) : integer Get id.
getInputType ( ) : string Get inputType.
getOperator ( ) : string Get operator.
getTranslations ( ) : Doctrine\Common\Collections\Collection Get translations.
getType ( ) : integer Get type.
getValues ( ) : Doctrine\Common\Collections\Collection Get values.
removeTranslation ( OperatorTranslation $translations ) Remove translations.
removeValue ( OperatorValue $values ) Remove values.
setId ( $id ) Set id.
setInputType ( string $inputType ) : Operator Set inputType.
setOperator ( string $operator ) : Operator Set operator.
setType ( integer $type ) : Operator Set type.

Method Details

__construct() public méthode

Constructor.
public __construct ( )

addTranslation() public méthode

Add translations.
public addTranslation ( OperatorTranslation $translations ) : Operator
$translations OperatorTranslation
Résultat Operator

addValue() public méthode

Add values.
public addValue ( OperatorValue $values ) : Operator
$values OperatorValue
Résultat Operator

getId() public méthode

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

getInputType() public méthode

Get inputType.
public getInputType ( ) : string
Résultat string

getOperator() public méthode

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

getTranslations() public méthode

Get translations.
public getTranslations ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getType() public méthode

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

getValues() public méthode

Get values.
public getValues ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

removeTranslation() public méthode

Remove translations.
public removeTranslation ( OperatorTranslation $translations )
$translations OperatorTranslation

removeValue() public méthode

Remove values.
public removeValue ( OperatorValue $values )
$values OperatorValue

setId() public méthode

Set id.
public setId ( $id )
$id integer

setInputType() public méthode

Set inputType.
public setInputType ( string $inputType ) : Operator
$inputType string
Résultat Operator

setOperator() public méthode

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

setType() public méthode

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