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

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

공개 프로퍼티들

프로퍼티 타입 설명
$creationDate integer
$description The collection description.
$id integer Group id.
$modificationDate integer
$name string The collection name.
$storeId integer Store ID

공개 메소드들

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

메소드 상세

create() 공개 정적인 메소드

public static create ( ) : CollectionConfig
리턴 CollectionConfig

delete() 공개 메소드

Deletes the key value group configuration
public delete ( )

getById() 공개 정적인 메소드

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

getByName() 공개 정적인 메소드

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

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getDescription() 공개 메소드

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

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getStoreId() 공개 메소드

public getStoreId ( ) : integer
리턴 integer

save() 공개 메소드

Saves the collection config
public save ( )

setCreationDate() 공개 메소드

public setCreationDate ( $creationDate )
$creationDate

setDescription() 공개 메소드

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

setId() 공개 메소드

public setId ( integer $id )
$id integer

setModificationDate() 공개 메소드

public setModificationDate ( $modificationDate )
$modificationDate

setName() 공개 메소드

public setName ( string $name )
$name string

setStoreId() 공개 메소드

public setStoreId ( integer $storeId )
$storeId integer

프로퍼티 상세

$creationDate 공개적으로 프로퍼티

public int $creationDate
리턴 integer

$description 공개적으로 프로퍼티

The collection description.
public $description

$id 공개적으로 프로퍼티

Group id.
public int $id
리턴 integer

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$name 공개적으로 프로퍼티

The collection name.
public string $name
리턴 string

$storeId 공개적으로 프로퍼티

Store ID
public int $storeId
리턴 integer