Méthode |
Description |
|
create ( ) : KeyConfig |
|
|
delete ( ) |
Deletes the key value key configuration |
|
getById ( integer $id ) : KeyConfig |
|
|
getByName ( $name, null $groupId = null ) : KeyConfig |
|
|
getCacheEnabled ( ) : boolean |
|
|
getCreationDate ( ) : integer |
|
|
getDescription ( ) : mixed |
Returns the key description. |
|
getGroup ( ) : mixed |
|
|
getId ( ) : integer |
|
|
getMandatory ( ) : mixed |
|
|
getModificationDate ( ) : integer |
|
|
getName ( ) : string |
|
|
getPossibleValues ( ) : mixed |
|
|
getTranslator ( ) : mixed |
Returns the translator id. |
|
getType ( ) : mixed |
|
|
getUnit ( ) : mixed |
|
|
save ( ) |
Saves the key config |
|
setCacheEnabled ( boolean $cacheEnabled ) |
|
|
setCreationDate ( $creationDate ) |
|
|
setDescription ( $description ) : KeyConfig |
Sets the key description |
|
setGroup ( $group ) |
|
|
setId ( integer $id ) |
|
|
setMandatory ( mixed $mandatory ) |
|
|
setModificationDate ( $modificationDate ) |
|
|
setName ( string $name ) |
|
|
setPossibleValues ( $values ) |
|
|
setTranslator ( $translator ) |
Sets the translator id. |
|
setType ( $type ) |
|
|
setUnit ( $unit ) |
|
|