PHP Class Pimcore\Model\Property

Inheritance: extends AbstractModel
Afficher le fichier Open project: pimcore/pimcore Class Usage Examples

Méthodes publiques

Свойство Type Description
$cid integer
$cpath string
$ctype string
$data mixed
$inheritable boolean
$inherited boolean
$name string
$type string

Méthodes publiques

Méthode Description
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

Method Details

getCid() public méthode

public getCid ( ) : integer
Résultat integer

getCpath() public méthode

public getCpath ( ) : string
Résultat string

getCtype() public méthode

public getCtype ( ) : string
Résultat string

getData() public méthode

public getData ( ) : mixed
Résultat mixed

getInheritable() public méthode

public getInheritable ( ) : boolean
Résultat boolean

getInherited() public méthode

public getInherited ( ) : boolean
Résultat boolean

getName() public méthode

public getName ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

isInherited() public méthode

Alias for getInherited()
public isInherited ( ) : boolean
Résultat boolean

resolveDependencies() public méthode

public resolveDependencies ( ) : array
Résultat array

rewriteIds() public méthode

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

setCid() public méthode

public setCid ( integer $cid ) : static
$cid integer
Résultat static

setCpath() public méthode

public setCpath ( string $cpath ) : static
$cpath string
Résultat static

setCtype() public méthode

public setCtype ( string $ctype ) : static
$ctype string
Résultat static

setData() public méthode

public setData ( mixed $data ) : static
$data mixed
Résultat static

setDataFromEditmode() public méthode

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

setDataFromResource() public méthode

Takes data from resource and convert it to internal objects
public setDataFromResource ( mixed $data ) : static
$data mixed
Résultat static

setInheritable() public méthode

public setInheritable ( boolean $inheritable ) : static
$inheritable boolean
Résultat static

setInherited() public méthode

public setInherited ( boolean $inherited ) : static
$inherited boolean
Résultat static

setName() public méthode

public setName ( string $name ) : static
$name string
Résultat static

setType() public méthode

public setType ( string $type ) : static
$type string
Résultat static

Property Details

$cid public_oe property

public int $cid
Résultat integer

$cpath public_oe property

public string $cpath
Résultat string

$ctype public_oe property

public string $ctype
Résultat string

$data public_oe property

public mixed $data
Résultat mixed

$inheritable public_oe property

public bool $inheritable
Résultat boolean

$inherited public_oe property

public bool $inherited
Résultat boolean

$name public_oe property

public string $name
Résultat string

$type public_oe property

public string $type
Résultat string