PHP Class Pimcore\Model\Object\KeyValue\KeyConfig

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$cache array
$cacheEnabled boolean
$creationDate integer
$description The key description.
$group The group id.
$id integer
$mandatory
$modificationDate integer
$name string The key
$possiblevalues Array of possible vales ("select" datatype)
$translator
$type ..)
$unit Unit information (just for information)

Méthodes publiques

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 )

Method Details

create() public static méthode

public static create ( ) : KeyConfig
Résultat KeyConfig

delete() public méthode

Deletes the key value key configuration
public delete ( )

getById() public static méthode

public static getById ( integer $id ) : KeyConfig
$id integer
Résultat KeyConfig

getByName() public static méthode

public static getByName ( $name, null $groupId = null ) : KeyConfig
$name
$groupId null
Résultat KeyConfig

getCacheEnabled() public static méthode

public static getCacheEnabled ( ) : boolean
Résultat boolean

getCreationDate() public méthode

public getCreationDate ( ) : integer
Résultat integer

getDescription() public méthode

Returns the key description.
public getDescription ( ) : mixed
Résultat mixed

getGroup() public méthode

public getGroup ( ) : mixed
Résultat mixed

getId() public méthode

public getId ( ) : integer
Résultat integer

getMandatory() public méthode

public getMandatory ( ) : mixed
Résultat mixed

getModificationDate() public méthode

public getModificationDate ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getPossibleValues() public méthode

public getPossibleValues ( ) : mixed
Résultat mixed

getTranslator() public méthode

Returns the translator id.
public getTranslator ( ) : mixed
Résultat mixed

getType() public méthode

public getType ( ) : mixed
Résultat mixed

getUnit() public méthode

public getUnit ( ) : mixed
Résultat mixed

save() public méthode

Saves the key config
public save ( )

setCacheEnabled() public static méthode

public static setCacheEnabled ( boolean $cacheEnabled )
$cacheEnabled boolean

setCreationDate() public méthode

public setCreationDate ( $creationDate )
$creationDate

setDescription() public méthode

Sets the key description
public setDescription ( $description ) : KeyConfig
$description
Résultat KeyConfig

setGroup() public méthode

public setGroup ( $group )
$group

setId() public méthode

public setId ( integer $id )
$id integer

setMandatory() public méthode

public setMandatory ( mixed $mandatory )
$mandatory mixed

setModificationDate() public méthode

public setModificationDate ( $modificationDate )
$modificationDate

setName() public méthode

public setName ( string $name )
$name string

setPossibleValues() public méthode

public setPossibleValues ( $values )
$values

setTranslator() public méthode

Sets the translator id.
public setTranslator ( $translator )
$translator

setType() public méthode

public setType ( $type )
$type

setUnit() public méthode

public setUnit ( $unit )
$unit

Property Details

$cache public_oe static_oe property

public static array $cache
Résultat array

$cacheEnabled public_oe static_oe property

public static bool $cacheEnabled
Résultat boolean

$creationDate public_oe property

public int $creationDate
Résultat integer

$description public_oe property

The key description.
public $description

$group public_oe property

The group id.
public $group

$id public_oe property

public int $id
Résultat integer

$mandatory public_oe property

public $mandatory

$modificationDate public_oe property

public int $modificationDate
Résultat integer

$name public_oe property

The key
public string $name
Résultat string

$possiblevalues public_oe property

Array of possible vales ("select" datatype)
public $possiblevalues

$translator public_oe property

public $translator

$type public_oe property

..)
public $type

$unit public_oe property

Unit information (just for information)
public $unit