class ObjectBuilder (View source)

Properties

protected $attributeTypeFactory
protected $entity
protected $entityManager
protected $generator

Methods

__construct(AttributeKeyHandleGenerator $generator, EntityManagerInterface $entityManager, TypeFactory $attributeTypeFactory)

No description

EntityManagerInterface
getEntityManager()

No description

getEntity()

No description

createObject($name)

No description

__call($method, $arguments)

No description

save()

No description

buildForm($formName)

No description

buildAssociation()

No description

addAttribute($type_handle, $name, $handle = null, Settings $settings = null)

No description

getObject()

No description

mixed
buildObject()

No description

Details

TypeFactory getAttributeTypeFactory()

No description

Return Value

TypeFactory

__construct(AttributeKeyHandleGenerator $generator, EntityManagerInterface $entityManager, TypeFactory $attributeTypeFactory)

No description

Parameters

AttributeKeyHandleGenerator $generator
EntityManagerInterface $entityManager
TypeFactory $attributeTypeFactory

EntityManagerInterface getEntityManager()

No description

Return Value

EntityManagerInterface

Entity getEntity()

No description

Return Value

Entity

createObject($name)

No description

Parameters

$name

__call($method, $arguments)

No description

Parameters

$method
$arguments

save()

No description

buildForm($formName)

No description

Parameters

$formName

buildAssociation()

No description

addAttribute($type_handle, $name, $handle = null, Settings $settings = null)

No description

Parameters

$type_handle
$name
$handle
Settings $settings

getObject()

No description

mixed buildObject()

No description

Return Value

mixed