PHP Class Pimcore\Model\Object\KeyValue\GroupConfig

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

Méthodes publiques

Свойство Type Description
$creationDate integer
$description The group description.
$id integer Group id.
$modificationDate integer
$name string The group name.

Méthodes publiques

Méthode Description
create ( ) : GroupConfig
delete ( ) Deletes the key value group configuration
getById ( integer $id ) : GroupConfig
getByName ( $name ) : GroupConfig
getCreationDate ( ) : integer
getDescription ( ) : mixed Returns the description.
getId ( ) : integer
getModificationDate ( ) : integer
getName ( ) : string
save ( ) Saves the group config
setCreationDate ( $creationDate )
setDescription ( $description ) : GroupConfig Sets the description.
setId ( integer $id )
setModificationDate ( $modificationDate )
setName ( string $name )

Method Details

create() public static méthode

public static create ( ) : GroupConfig
Résultat GroupConfig

delete() public méthode

Deletes the key value group configuration
public delete ( )

getById() public static méthode

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

getByName() public static méthode

public static getByName ( $name ) : GroupConfig
$name
Résultat GroupConfig

getCreationDate() public méthode

public getCreationDate ( ) : integer
Résultat integer

getDescription() public méthode

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

getId() public méthode

public getId ( ) : integer
Résultat integer

getModificationDate() public méthode

public getModificationDate ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

save() public méthode

Saves the group config
public save ( )

setCreationDate() public méthode

public setCreationDate ( $creationDate )
$creationDate

setDescription() public méthode

Sets the description.
public setDescription ( $description ) : GroupConfig
$description
Résultat GroupConfig

setId() public méthode

public setId ( integer $id )
$id integer

setModificationDate() public méthode

public setModificationDate ( $modificationDate )
$modificationDate

setName() public méthode

public setName ( string $name )
$name string

Property Details

$creationDate public_oe property

public int $creationDate
Résultat integer

$description public_oe property

The group description.
public $description

$id public_oe property

Group id.
public int $id
Résultat integer

$modificationDate public_oe property

public int $modificationDate
Résultat integer

$name public_oe property

The group name.
public string $name
Résultat string