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

Inheritance: extends Pimcore\Model\AbstractModel
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

Свойство Type Description
$fieldname string
$index integer
$object Pimcore\Model\Object\Concrete
$type string

Méthodes publiques

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

public getDefinition ( ) : mixed
Résultat mixed

getFieldname() public méthode

public getFieldname ( ) : string
Résultat string

getIndex() public méthode

public getIndex ( ) : integer
Résultat integer

getObject() public méthode

public getObject ( ) : Object\Concrete
Résultat Object\Concrete

getType() public méthode

public getType ( ) : string
Résultat string

setFieldname() public méthode

public setFieldname ( $fieldname )
$fieldname

setIndex() public méthode

public setIndex ( integer $index )
$index integer

setObject() public méthode

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

Property Details

$fieldname public_oe property

public string $fieldname
Résultat string

$index public_oe property

public int $index
Résultat integer

$object public_oe property

public Concrete,Pimcore\Model\Object $object
Résultat Pimcore\Model\Object\Concrete

$type public_oe property

public string $type
Résultat string