PHP 클래스 Pimcore\Model\Object\Classificationstore\StoreConfig

상속: extends Pimcore\Model\AbstractModel
파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$description The store description.
$id * Store ID
$name string The store name.

공개 메소드들

메소드 설명
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 )

메소드 상세

create() 공개 정적인 메소드

public static create ( ) : StoreConfig
리턴 StoreConfig

delete() 공개 메소드

Deletes the key value group configuration
public delete ( )

getById() 공개 정적인 메소드

public static getById ( integer $id ) : StoreConfig
$id integer
리턴 StoreConfig

getByName() 공개 정적인 메소드

public static getByName ( $name ) : StoreConfig
$name
리턴 StoreConfig

getDescription() 공개 메소드

Returns the description.
public getDescription ( ) : mixed
리턴 mixed

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

save() 공개 메소드

Saves the store config
public save ( )

setDescription() 공개 메소드

Sets the description.
public setDescription ( $description ) : StoreConfig
$description
리턴 StoreConfig

setId() 공개 메소드

public setId ( integer $id )
$id integer

setName() 공개 메소드

public setName ( string $name )
$name string

프로퍼티 상세

$description 공개적으로 프로퍼티

The store description.
public $description

$id 공개적으로 프로퍼티

* Store ID
public $id

$name 공개적으로 프로퍼티

The store name.
public string $name
리턴 string