PHP 클래스 Pimcore\Model\Property\Predefined

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

공개 프로퍼티들

프로퍼티 타입 설명
$config string
$creationDate integer
$ctype string
$data string
$description string
$id integer
$inheritable boolean
$key string
$modificationDate integer
$name string
$type string

공개 메소드들

메소드 설명
create ( ) : self
getById ( integer $id ) : self
getByKey ( string $key ) : self
getConfig ( ) : string
getCreationDate ( ) : integer
getCtype ( ) : string
getData ( ) : string
getDescription ( ) : string
getId ( ) : integer
getInheritable ( ) : string
getKey ( ) : string
getModificationDate ( ) : integer
getName ( ) : string
getType ( ) : string
setConfig ( string $config ) : void
setCreationDate ( integer $creationDate )
setCtype ( string $ctype ) : void
setData ( string $data ) : void
setDescription ( string $description ) : void
setId ( integer $id ) : void
setInheritable ( string $inheritable ) : void
setKey ( string $key )
setModificationDate ( integer $modificationDate )
setName ( string $name )
setType ( string $type ) : void

메소드 상세

create() 공개 정적인 메소드

public static create ( ) : self
리턴 self

getById() 공개 정적인 메소드

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

getByKey() 공개 정적인 메소드

public static getByKey ( string $key ) : self
$key string
리턴 self

getConfig() 공개 메소드

public getConfig ( ) : string
리턴 string

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getCtype() 공개 메소드

public getCtype ( ) : string
리턴 string

getData() 공개 메소드

public getData ( ) : string
리턴 string

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getInheritable() 공개 메소드

public getInheritable ( ) : string
리턴 string

getKey() 공개 메소드

public getKey ( ) : string
리턴 string

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

setConfig() 공개 메소드

public setConfig ( string $config ) : void
$config string
리턴 void

setCreationDate() 공개 메소드

public setCreationDate ( integer $creationDate )
$creationDate integer

setCtype() 공개 메소드

public setCtype ( string $ctype ) : void
$ctype string
리턴 void

setData() 공개 메소드

public setData ( string $data ) : void
$data string
리턴 void

setDescription() 공개 메소드

public setDescription ( string $description ) : void
$description string
리턴 void

setId() 공개 메소드

public setId ( integer $id ) : void
$id integer
리턴 void

setInheritable() 공개 메소드

public setInheritable ( string $inheritable ) : void
$inheritable string
리턴 void

setKey() 공개 메소드

public setKey ( string $key )
$key string

setModificationDate() 공개 메소드

public setModificationDate ( integer $modificationDate )
$modificationDate integer

setName() 공개 메소드

public setName ( string $name )
$name string

setType() 공개 메소드

public setType ( string $type ) : void
$type string
리턴 void

프로퍼티 상세

$config 공개적으로 프로퍼티

public string $config
리턴 string

$creationDate 공개적으로 프로퍼티

public int $creationDate
리턴 integer

$ctype 공개적으로 프로퍼티

public string $ctype
리턴 string

$data 공개적으로 프로퍼티

public string $data
리턴 string

$description 공개적으로 프로퍼티

public string $description
리턴 string

$id 공개적으로 프로퍼티

public int $id
리턴 integer

$inheritable 공개적으로 프로퍼티

public bool $inheritable
리턴 boolean

$key 공개적으로 프로퍼티

public string $key
리턴 string

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$name 공개적으로 프로퍼티

public string $name
리턴 string

$type 공개적으로 프로퍼티

public string $type
리턴 string