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

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

공개 프로퍼티들

프로퍼티 타입 설명
$cache array
$cacheEnabled boolean
$creationDate integer
$description The key description.
$group The group id.
$id integer
$mandatory
$modificationDate integer
$name string The key
$possiblevalues Array of possible vales ("select" datatype)
$translator
$type ..)
$unit Unit information (just for information)

공개 메소드들

메소드 설명
create ( ) : KeyConfig
delete ( ) Deletes the key value key configuration
getById ( integer $id ) : KeyConfig
getByName ( $name, null $groupId = null ) : KeyConfig
getCacheEnabled ( ) : boolean
getCreationDate ( ) : integer
getDescription ( ) : mixed Returns the key description.
getGroup ( ) : mixed
getId ( ) : integer
getMandatory ( ) : mixed
getModificationDate ( ) : integer
getName ( ) : string
getPossibleValues ( ) : mixed
getTranslator ( ) : mixed Returns the translator id.
getType ( ) : mixed
getUnit ( ) : mixed
save ( ) Saves the key config
setCacheEnabled ( boolean $cacheEnabled )
setCreationDate ( $creationDate )
setDescription ( $description ) : KeyConfig Sets the key description
setGroup ( $group )
setId ( integer $id )
setMandatory ( mixed $mandatory )
setModificationDate ( $modificationDate )
setName ( string $name )
setPossibleValues ( $values )
setTranslator ( $translator ) Sets the translator id.
setType ( $type )
setUnit ( $unit )

메소드 상세

create() 공개 정적인 메소드

public static create ( ) : KeyConfig
리턴 KeyConfig

delete() 공개 메소드

Deletes the key value key configuration
public delete ( )

getById() 공개 정적인 메소드

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

getByName() 공개 정적인 메소드

public static getByName ( $name, null $groupId = null ) : KeyConfig
$name
$groupId null
리턴 KeyConfig

getCacheEnabled() 공개 정적인 메소드

public static getCacheEnabled ( ) : boolean
리턴 boolean

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getDescription() 공개 메소드

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

getGroup() 공개 메소드

public getGroup ( ) : mixed
리턴 mixed

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getMandatory() 공개 메소드

public getMandatory ( ) : mixed
리턴 mixed

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPossibleValues() 공개 메소드

public getPossibleValues ( ) : mixed
리턴 mixed

getTranslator() 공개 메소드

Returns the translator id.
public getTranslator ( ) : mixed
리턴 mixed

getType() 공개 메소드

public getType ( ) : mixed
리턴 mixed

getUnit() 공개 메소드

public getUnit ( ) : mixed
리턴 mixed

save() 공개 메소드

Saves the key config
public save ( )

setCacheEnabled() 공개 정적인 메소드

public static setCacheEnabled ( boolean $cacheEnabled )
$cacheEnabled boolean

setCreationDate() 공개 메소드

public setCreationDate ( $creationDate )
$creationDate

setDescription() 공개 메소드

Sets the key description
public setDescription ( $description ) : KeyConfig
$description
리턴 KeyConfig

setGroup() 공개 메소드

public setGroup ( $group )
$group

setId() 공개 메소드

public setId ( integer $id )
$id integer

setMandatory() 공개 메소드

public setMandatory ( mixed $mandatory )
$mandatory mixed

setModificationDate() 공개 메소드

public setModificationDate ( $modificationDate )
$modificationDate

setName() 공개 메소드

public setName ( string $name )
$name string

setPossibleValues() 공개 메소드

public setPossibleValues ( $values )
$values

setTranslator() 공개 메소드

Sets the translator id.
public setTranslator ( $translator )
$translator

setType() 공개 메소드

public setType ( $type )
$type

setUnit() 공개 메소드

public setUnit ( $unit )
$unit

프로퍼티 상세

$cache 공개적으로 정적으로 프로퍼티

public static array $cache
리턴 array

$cacheEnabled 공개적으로 정적으로 프로퍼티

public static bool $cacheEnabled
리턴 boolean

$creationDate 공개적으로 프로퍼티

public int $creationDate
리턴 integer

$description 공개적으로 프로퍼티

The key description.
public $description

$group 공개적으로 프로퍼티

The group id.
public $group

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$mandatory 공개적으로 프로퍼티

public $mandatory

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$name 공개적으로 프로퍼티

The key
public string $name
리턴 string

$possiblevalues 공개적으로 프로퍼티

Array of possible vales ("select" datatype)
public $possiblevalues

$translator 공개적으로 프로퍼티

public $translator

$type 공개적으로 프로퍼티

..)
public $type

$unit 공개적으로 프로퍼티

Unit information (just for information)
public $unit