PHP Класс Pimcore\Model\Property

Наследование: extends AbstractModel
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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