PHP Class Pimcore\Model\Object\Classificationstore\CollectionConfig

Inheritance: extends Pimcore\Model\AbstractModel
Datei anzeigen Open project: pimcore/pimcore Class Usage Examples

Public Properties

Property Type Description
$creationDate integer
$description The collection description.
$id integer Group id.
$modificationDate integer
$name string The collection name.
$storeId integer Store ID

Public Methods

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

public static create ( ) : CollectionConfig
return CollectionConfig

delete() public method

Deletes the key value group configuration
public delete ( )

getById() public static method

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

getByName() public static method

public static getByName ( $name, $storeId = 1 ) : CollectionConfig
$name
return CollectionConfig

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

getStoreId() public method

public getStoreId ( ) : integer
return integer

save() public method

Saves the collection config
public save ( )

setCreationDate() public method

public setCreationDate ( $creationDate )
$creationDate

setDescription() public method

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

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

setStoreId() public method

public setStoreId ( integer $storeId )
$storeId integer

Property Details

$creationDate public_oe property

public int $creationDate
return integer

$description public_oe property

The collection description.
public $description

$id public_oe property

Group id.
public int $id
return integer

$modificationDate public_oe property

public int $modificationDate
return integer

$name public_oe property

The collection name.
public string $name
return string

$storeId public_oe property

Store ID
public int $storeId
return integer