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

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
create ( ) : GroupConfig
delete ( ) Deletes the key value group configuration
getById ( integer $id ) : GroupConfig
getByName ( $name ) : GroupConfig
getCreationDate ( ) : integer
getDescription ( ) : mixed Returns the description.
getId ( ) : integer
getModificationDate ( ) : integer
getName ( ) : string
save ( ) Saves the group config
setCreationDate ( $creationDate )
setDescription ( $description ) : GroupConfig Sets the description.
setId ( integer $id )
setModificationDate ( $modificationDate )
setName ( string $name )

메소드 상세

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 ) : 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

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 ( string $name )
$name string

프로퍼티 상세

$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