Метод |
Описание |
|
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 |
|
|