PHP Class Pimcore\Model\Object\Fieldcollection\Data\AbstractData

Inheritance: extends Pimcore\Model\AbstractModel
Show file Open project: pimcore/pimcore

Public Properties

Property Type Description
$fieldname string
$index integer
$object Pimcore\Model\Object\Concrete
$type string

Public Methods

Method Description
getDefinition ( ) : mixed
getFieldname ( ) : string
getIndex ( ) : integer
getObject ( ) : Object\Concrete
getType ( ) : string
setFieldname ( $fieldname )
setIndex ( integer $index )
setObject ( Object\Concrete $object )

Method Details

getDefinition() public method

public getDefinition ( ) : mixed
return mixed

getFieldname() public method

public getFieldname ( ) : string
return string

getIndex() public method

public getIndex ( ) : integer
return integer

getObject() public method

public getObject ( ) : Object\Concrete
return Object\Concrete

getType() public method

public getType ( ) : string
return string

setFieldname() public method

public setFieldname ( $fieldname )
$fieldname

setIndex() public method

public setIndex ( integer $index )
$index integer

setObject() public method

public setObject ( Object\Concrete $object )
$object Object\Concrete

Property Details

$fieldname public property

public string $fieldname
return string

$index public property

public int $index
return integer

$object public property

public Concrete,Pimcore\Model\Object $object
return Pimcore\Model\Object\Concrete

$type public property

public string $type
return string