PHP Class Sulu\Bundle\ResourceBundle\Entity\OperatorTranslation

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

Méthodes publiques

Méthode Description
getId ( ) : integer Get id.
getLocale ( ) : string Get locale.
getLongDescription ( ) : string Get longDescription.
getName ( ) : string Get name.
getOperator ( ) : Operator Get operator.
getShortDescription ( ) : string Get shortDescription.
setLocale ( string $locale ) : OperatorTranslation Set locale.
setLongDescription ( string $longDescription ) : OperatorTranslation Set longDescription.
setName ( string $name ) : OperatorTranslation Set name.
setOperator ( Operator $operator ) : OperatorTranslation Set operator.
setShortDescription ( string $shortDescription ) : OperatorTranslation Set shortDescription.

Method Details

getId() public méthode

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

getLocale() public méthode

Get locale.
public getLocale ( ) : string
Résultat string

getLongDescription() public méthode

Get longDescription.
public getLongDescription ( ) : string
Résultat string

getName() public méthode

Get name.
public getName ( ) : string
Résultat string

getOperator() public méthode

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

getShortDescription() public méthode

Get shortDescription.
public getShortDescription ( ) : string
Résultat string

setLocale() public méthode

Set locale.
public setLocale ( string $locale ) : OperatorTranslation
$locale string
Résultat OperatorTranslation

setLongDescription() public méthode

Set longDescription.
public setLongDescription ( string $longDescription ) : OperatorTranslation
$longDescription string
Résultat OperatorTranslation

setName() public méthode

Set name.
public setName ( string $name ) : OperatorTranslation
$name string
Résultat OperatorTranslation

setOperator() public méthode

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

setShortDescription() public méthode

Set shortDescription.
public setShortDescription ( string $shortDescription ) : OperatorTranslation
$shortDescription string
Résultat OperatorTranslation