PHP 클래스 Pimcore\Model\Property

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

공개 프로퍼티들

프로퍼티 타입 설명
$cid integer
$cpath string
$ctype string
$data mixed
$inheritable boolean
$inherited boolean
$name string
$type string

공개 메소드들

메소드 설명
getCid ( ) : integer
getCpath ( ) : string
getCtype ( ) : string
getData ( ) : mixed
getInheritable ( ) : boolean
getInherited ( ) : boolean
getName ( ) : string
getType ( ) : string
isInherited ( ) : boolean Alias for getInherited()
resolveDependencies ( ) : array
rewriteIds ( array $idMapping ) Rewrites id from source to target, $idMapping contains array( "document" => array( SOURCE_ID => TARGET_ID, SOURCE_ID => TARGET_ID ), "object" => array(.
setCid ( integer $cid ) : static
setCpath ( string $cpath ) : static
setCtype ( string $ctype ) : static
setData ( mixed $data ) : static
setDataFromEditmode ( mixed $data ) Takes data from editmode and convert it to internal objects
setDataFromResource ( mixed $data ) : static Takes data from resource and convert it to internal objects
setInheritable ( boolean $inheritable ) : static
setInherited ( boolean $inherited ) : static
setName ( string $name ) : static
setType ( string $type ) : static

메소드 상세

getCid() 공개 메소드

public getCid ( ) : integer
리턴 integer

getCpath() 공개 메소드

public getCpath ( ) : string
리턴 string

getCtype() 공개 메소드

public getCtype ( ) : string
리턴 string

getData() 공개 메소드

public getData ( ) : mixed
리턴 mixed

getInheritable() 공개 메소드

public getInheritable ( ) : boolean
리턴 boolean

getInherited() 공개 메소드

public getInherited ( ) : boolean
리턴 boolean

getName() 공개 메소드

public getName ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : string
리턴 string

isInherited() 공개 메소드

Alias for getInherited()
public isInherited ( ) : boolean
리턴 boolean

resolveDependencies() 공개 메소드

public resolveDependencies ( ) : array
리턴 array

rewriteIds() 공개 메소드

..), "asset" => array(...) )
public rewriteIds ( array $idMapping )
$idMapping array

setCid() 공개 메소드

public setCid ( integer $cid ) : static
$cid integer
리턴 static

setCpath() 공개 메소드

public setCpath ( string $cpath ) : static
$cpath string
리턴 static

setCtype() 공개 메소드

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

setData() 공개 메소드

public setData ( mixed $data ) : static
$data mixed
리턴 static

setDataFromEditmode() 공개 메소드

Takes data from editmode and convert it to internal objects
public setDataFromEditmode ( mixed $data )
$data mixed

setDataFromResource() 공개 메소드

Takes data from resource and convert it to internal objects
public setDataFromResource ( mixed $data ) : static
$data mixed
리턴 static

setInheritable() 공개 메소드

public setInheritable ( boolean $inheritable ) : static
$inheritable boolean
리턴 static

setInherited() 공개 메소드

public setInherited ( boolean $inherited ) : static
$inherited boolean
리턴 static

setName() 공개 메소드

public setName ( string $name ) : static
$name string
리턴 static

setType() 공개 메소드

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

프로퍼티 상세

$cid 공개적으로 프로퍼티

public int $cid
리턴 integer

$cpath 공개적으로 프로퍼티

public string $cpath
리턴 string

$ctype 공개적으로 프로퍼티

public string $ctype
리턴 string

$data 공개적으로 프로퍼티

public mixed $data
리턴 mixed

$inheritable 공개적으로 프로퍼티

public bool $inheritable
리턴 boolean

$inherited 공개적으로 프로퍼티

public bool $inherited
리턴 boolean

$name 공개적으로 프로퍼티

public string $name
리턴 string

$type 공개적으로 프로퍼티

public string $type
리턴 string