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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
create ( ) : GroupConfig
delete ( ) Deletes the key value group configuration
getById ( integer $id ) : GroupConfig
getByName ( $name, $storeId = 1 ) : GroupConfig
getCreationDate ( ) : integer
getDescription ( ) : mixed Returns the description.
getId ( ) : integer
getModificationDate ( ) : integer
getName ( ) : string
getParentId ( ) : integer
getRelations ( ) : KeyGroupRelation Returns all keys belonging to this group
getStoreId ( ) : integer
hasChildren ( )
save ( ) Saves the group config
setCreationDate ( $creationDate )
setDescription ( $description ) : GroupConfig Sets the description.
setId ( integer $id )
setModificationDate ( $modificationDate )
setName ( $name ) : void
setParentId ( integer $parentId )
setStoreId ( integer $storeId )

메소드 상세

create() 공개 정적인 메소드

public static create ( ) : GroupConfig
리턴 GroupConfig

delete() 공개 메소드

Deletes the key value group configuration
public delete ( )

getById() 공개 정적인 메소드

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

getByName() 공개 정적인 메소드

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

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

getParentId() 공개 메소드

public getParentId ( ) : integer
리턴 integer

getRelations() 공개 메소드

Returns all keys belonging to this group
public getRelations ( ) : KeyGroupRelation
리턴 KeyGroupRelation

getStoreId() 공개 메소드

public getStoreId ( ) : integer
리턴 integer

hasChildren() 공개 메소드

public hasChildren ( )

save() 공개 메소드

Saves the group config
public save ( )

setCreationDate() 공개 메소드

public setCreationDate ( $creationDate )
$creationDate

setDescription() 공개 메소드

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

setId() 공개 메소드

public setId ( integer $id )
$id integer

setModificationDate() 공개 메소드

public setModificationDate ( $modificationDate )
$modificationDate

setName() 공개 메소드

public setName ( $name ) : void
리턴 void

setParentId() 공개 메소드

public setParentId ( integer $parentId )
$parentId integer

setStoreId() 공개 메소드

public setStoreId ( integer $storeId )
$storeId integer

프로퍼티 상세

$creationDate 공개적으로 프로퍼티

public int $creationDate
리턴 integer

$description 공개적으로 프로퍼티

The group description.
public $description

$id 공개적으로 프로퍼티

Group id.
public int $id
리턴 integer

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$name 공개적으로 프로퍼티

The group name.
public string $name
리턴 string

$parentId 공개적으로 프로퍼티

Parent id
public int $parentId
리턴 integer

$storeId 공개적으로 프로퍼티

Store ID
public int $storeId
리턴 integer