PHP 클래스 Pimcore\Model\Metadata\Predefined

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
create ( ) : self
expand ( )
getById ( integer $id ) : self
getByName ( $name, $language = "" ) : self
getConfig ( ) : string
getCreationDate ( ) : integer
getData ( ) : string
getDescription ( ) : string
getId ( ) : integer
getLanguage ( ) : string
getModificationDate ( ) : integer
getName ( ) : string
getTargetSubtype ( ) : string
getType ( ) : string
minimize ( )
setConfig ( string $config )
setCreationDate ( $creationDate )
setData ( string $data ) : void
setDescription ( string $description ) : void
setId ( integer $id ) : void
setLanguage ( string $language )
setModificationDate ( $modificationDate )
setName ( string $name )
setTargetSubtype ( string $targetSubtype )
setType ( string $type )

메소드 상세

create() 공개 정적인 메소드

public static create ( ) : self
리턴 self

expand() 공개 메소드

public expand ( )

getById() 공개 정적인 메소드

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

getByName() 공개 정적인 메소드

public static getByName ( $name, $language = "" ) : self
리턴 self

getConfig() 공개 메소드

public getConfig ( ) : string
리턴 string

getCreationDate() 공개 메소드

public getCreationDate ( ) : integer
리턴 integer

getData() 공개 메소드

public getData ( ) : string
리턴 string

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : integer
리턴 integer

getLanguage() 공개 메소드

public getLanguage ( ) : string
리턴 string

getModificationDate() 공개 메소드

public getModificationDate ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getTargetSubtype() 공개 메소드

public getTargetSubtype ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

minimize() 공개 메소드

public minimize ( )

setConfig() 공개 메소드

public setConfig ( string $config )
$config string

setCreationDate() 공개 메소드

public setCreationDate ( $creationDate )
$creationDate

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

setLanguage() 공개 메소드

public setLanguage ( string $language )
$language string

setModificationDate() 공개 메소드

public setModificationDate ( $modificationDate )
$modificationDate

setName() 공개 메소드

public setName ( string $name )
$name string

setTargetSubtype() 공개 메소드

public setTargetSubtype ( string $targetSubtype )
$targetSubtype string

setType() 공개 메소드

public setType ( string $type )
$type string

프로퍼티 상세

$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

$key 공개적으로 프로퍼티

public string $key
리턴 string

$language 공개적으로 프로퍼티

public string $language
리턴 string

$modificationDate 공개적으로 프로퍼티

public int $modificationDate
리턴 integer

$name 공개적으로 프로퍼티

public string $name
리턴 string

$targetSubtype 공개적으로 프로퍼티

public string $targetSubtype
리턴 string

$type 공개적으로 프로퍼티

public string $type
리턴 string