PHP Class Pimcore\Model\Object\Classificationstore\CollectionConfig

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

Méthodes publiques

Свойство Type Description
$creationDate integer
$description The collection description.
$id integer Group id.
$modificationDate integer
$name string The collection name.
$storeId integer Store ID

Méthodes publiques

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

Method Details

create() public static méthode

public static create ( ) : CollectionConfig
Résultat CollectionConfig

delete() public méthode

Deletes the key value group configuration
public delete ( )

getById() public static méthode

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

getByName() public static méthode

public static getByName ( $name, $storeId = 1 ) : CollectionConfig
$name
Résultat CollectionConfig

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

getStoreId() public méthode

public getStoreId ( ) : integer
Résultat integer

save() public méthode

Saves the collection config
public save ( )

setCreationDate() public méthode

public setCreationDate ( $creationDate )
$creationDate

setDescription() public méthode

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

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

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 collection 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 collection name.
public string $name
Résultat string

$storeId public_oe property

Store ID
public int $storeId
Résultat integer