PHP Class Pimcore\Model\Object\Classificationstore\GroupConfig

Inheritance: extends Pimcore\Model\AbstractModel, use trait Pimcore\Model\Element\ChildsCompatibilityTrait
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.
$parentId integer Parent id
$storeId integer Store ID

Méthodes publiques

Méthode Description
create ( ) : GroupConfig
delete ( ) Deletes the key value group configuration
getById ( integer $id ) : GroupConfig
getByName ( $name, $storeId = 1 ) : GroupConfig
getCreationDate ( ) : integer
getDescription ( ) : mixed Returns the description.
getId ( ) : integer
getModificationDate ( ) : integer
getName ( ) : string
getParentId ( ) : integer
getRelations ( ) : KeyGroupRelation Returns all keys belonging to this group
getStoreId ( ) : integer
hasChildren ( )
save ( ) Saves the group config
setCreationDate ( $creationDate )
setDescription ( $description ) : GroupConfig Sets the description.
setId ( integer $id )
setModificationDate ( $modificationDate )
setName ( $name ) : void
setParentId ( integer $parentId )
setStoreId ( integer $storeId )

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, $storeId = 1 ) : 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

getParentId() public méthode

public getParentId ( ) : integer
Résultat integer

getRelations() public méthode

Returns all keys belonging to this group
public getRelations ( ) : KeyGroupRelation
Résultat KeyGroupRelation

getStoreId() public méthode

public getStoreId ( ) : integer
Résultat integer

hasChildren() public méthode

public hasChildren ( )

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 ( $name ) : void
Résultat void

setParentId() public méthode

public setParentId ( integer $parentId )
$parentId integer

setStoreId() public méthode

public setStoreId ( integer $storeId )
$storeId integer

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

$parentId public_oe property

Parent id
public int $parentId
Résultat integer

$storeId public_oe property

Store ID
public int $storeId
Résultat integer