PHP Class Pimcore\Model\Object\Classificationstore\StoreConfig

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

Public Properties

Property Type Description
$description The store description.
$id * Store ID
$name string The store name.

Public Methods

Method Description
create ( ) : StoreConfig
delete ( ) Deletes the key value group configuration
getById ( integer $id ) : StoreConfig
getByName ( $name ) : StoreConfig
getDescription ( ) : mixed Returns the description.
getId ( ) : integer
getName ( ) : string
save ( ) Saves the store config
setDescription ( $description ) : StoreConfig Sets the description.
setId ( integer $id )
setName ( string $name )

Method Details

create() public static method

public static create ( ) : StoreConfig
return StoreConfig

delete() public method

Deletes the key value group configuration
public delete ( )

getById() public static method

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

getByName() public static method

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

getDescription() public method

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

getId() public method

public getId ( ) : integer
return integer

getName() public method

public getName ( ) : string
return string

save() public method

Saves the store config
public save ( )

setDescription() public method

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

setId() public method

public setId ( integer $id )
$id integer

setName() public method

public setName ( string $name )
$name string

Property Details

$description public property

The store description.
public $description

$id public property

* Store ID
public $id

$name public property

The store name.
public string $name
return string