PHP Class Pimcore\Model\Object\KeyValue\GroupConfig

Inheritance: extends Pimcore\Model\AbstractModel
Show file Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$creationDate integer
$description The group description.
$id integer Group id.
$modificationDate integer
$name string The group name.

Public Methods

Method 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 method

public static create ( ) : GroupConfig
return GroupConfig

delete() public method

Deletes the key value group configuration
public delete ( )

getById() public static method

public static getById ( integer $id ) : GroupConfig
$id integer
return GroupConfig

getByName() public static method

public static getByName ( $name ) : GroupConfig
$name
return GroupConfig

getCreationDate() public method

public getCreationDate ( ) : integer
return integer

getDescription() public method

Returns the description.
public getDescription ( ) : mixed
return mixed

getId() public method

public getId ( ) : integer
return integer

getModificationDate() public method

public getModificationDate ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

save() public method

Saves the group config
public save ( )

setCreationDate() public method

public setCreationDate ( $creationDate )
$creationDate

setDescription() public method

Sets the description.
public setDescription ( $description ) : GroupConfig
$description
return GroupConfig

setId() public method

public setId ( integer $id )
$id integer

setModificationDate() public method

public setModificationDate ( $modificationDate )
$modificationDate

setName() public method

public setName ( string $name )
$name string

Property Details

$creationDate public property

public int $creationDate
return integer

$description public property

The group description.
public $description

$id public property

Group id.
public int $id
return integer

$modificationDate public property

public int $modificationDate
return integer

$name public property

The group name.
public string $name
return string