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

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

공개 프로퍼티들

프로퍼티 타입 설명
$cache array
$cacheEnabled boolean
$creationDate integer
$definition string
$description The key description.
$enabled boolean
$id integer
$modificationDate integer
$name string The key
$storeId integer Store ID
$title string Pseudo column for title
$type ..)

공개 메소드들

메소드 설명
create ( ) : KeyConfig
delete ( ) Deletes the key value key configuration
getById ( integer $id ) : KeyConfig
getByName ( $name, $storeId = 1 ) : KeyConfig
getCacheEnabled ( ) : boolean
getCreationDate ( ) : integer
getDefinition ( ) : string
getDescription ( ) : mixed Returns the key description.
getEnabled ( ) : mixed
getId ( ) : integer
getModificationDate ( ) : integer
getName ( ) : string
getStoreId ( ) : integer
getTitle ( ) : string
getType ( ) : mixed
save ( ) Saves the key config
setCacheEnabled ( boolean $cacheEnabled )
setCreationDate ( integer $creationDate )
setDefinition ( string $definition )
setDescription ( $description ) : KeyConfig Sets the key description
setEnabled ( mixed $enabled )
setId ( integer $id )
setModificationDate ( integer $modificationDate )
setName ( string $name )
setStoreId ( integer $storeId )
setTitle ( string $title )
setType ( mixed $type )

메소드 상세

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, $storeId = 1 ) : KeyConfig
$name
리턴 KeyConfig

getCacheEnabled() 공개 정적인 메소드

public static getCacheEnabled ( ) : boolean
리턴 boolean

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getDefinition() 공개 메소드

public getDefinition ( ) : string
리턴 string

getDescription() 공개 메소드

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

getEnabled() 공개 메소드

public getEnabled ( ) : mixed
리턴 mixed

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getStoreId() 공개 메소드

public getStoreId ( ) : integer
리턴 integer

getTitle() 공개 메소드

public getTitle ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : mixed
리턴 mixed

save() 공개 메소드

Saves the key config
public save ( )

setCacheEnabled() 공개 정적인 메소드

public static setCacheEnabled ( boolean $cacheEnabled )
$cacheEnabled boolean

setCreationDate() 공개 메소드

public setCreationDate ( integer $creationDate )
$creationDate integer

setDefinition() 공개 메소드

public setDefinition ( string $definition )
$definition string

setDescription() 공개 메소드

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

setEnabled() 공개 메소드

public setEnabled ( mixed $enabled )
$enabled mixed

setId() 공개 메소드

public setId ( integer $id )
$id integer

setModificationDate() 공개 메소드

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() 공개 메소드

public setName ( string $name )
$name string

setStoreId() 공개 메소드

public setStoreId ( integer $storeId )
$storeId integer

setTitle() 공개 메소드

public setTitle ( string $title )
$title string

setType() 공개 메소드

public setType ( mixed $type )
$type mixed

프로퍼티 상세

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

public static array $cache
리턴 array

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

public static bool $cacheEnabled
리턴 boolean

$creationDate 공개적으로 프로퍼티

public int $creationDate
리턴 integer

$definition 공개적으로 프로퍼티

public string $definition
리턴 string

$description 공개적으로 프로퍼티

The key description.
public $description

$enabled 공개적으로 프로퍼티

public bool $enabled
리턴 boolean

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$name 공개적으로 프로퍼티

The key
public string $name
리턴 string

$storeId 공개적으로 프로퍼티

Store ID
public int $storeId
리턴 integer

$title 공개적으로 프로퍼티

Pseudo column for title
public string $title
리턴 string

$type 공개적으로 프로퍼티

..)
public $type