class EntryBuilder (View source)

Properties

protected $entryManager
protected $entity
protected $attributes
protected $associations

Methods

__construct(Manager $entryManager)

No description

createEntry(Entity $entity)

No description

setAttribute($key, $value)

No description

__call($nm, $a)

No description

save()

No description

EntityManagerInterface
getEntityManager()

No description

getEntity()

No description

Details

__construct(Manager $entryManager)

No description

Parameters

Manager $entryManager

createEntry(Entity $entity)

No description

Parameters

Entity $entity

setAttribute($key, $value)

No description

Parameters

$key
$value

__call($nm, $a)

No description

Parameters

$nm
$a

save()

No description

EntityManagerInterface getEntityManager()

No description

Return Value

EntityManagerInterface

Entity getEntity()

No description

Return Value

Entity