class Applier (View source)

Properties

protected $entityManager

Methods

__construct(EntityManagerInterface $entityManager)

No description

EntityManagerInterface
getEntityManager()

No description

associate(Association $association, Entry $entry, $input)

A generic associate method that can be run from elsewhere. Determines the appropriate associate* method to run.

associateManyToOne(Association $association, Entry $entry, Entry $associatedEntry)

No description

associateOneToMany(Association $association, Entry $entry, $associatedEntries)

No description

associateManyToMany(Association $association, Entry $entry, $associatedEntries)

No description

associateOneToOne(Association $association, Entry $entry, Entry $associatedEntry)

No description

removeAssociation(Association $association, Entry $entry)

No description

getInverseAssociation(Association $association)

No description

Details

__construct(EntityManagerInterface $entityManager)

No description

Parameters

EntityManagerInterface $entityManager

EntityManagerInterface getEntityManager()

No description

Return Value

EntityManagerInterface

associate(Association $association, Entry $entry, $input)

A generic associate method that can be run from elsewhere. Determines the appropriate associate* method to run.

Parameters

Association $association
Entry $entry
$input

associateManyToOne(Association $association, Entry $entry, Entry $associatedEntry)

No description

Parameters

Association $association
Entry $entry
Entry $associatedEntry

associateOneToMany(Association $association, Entry $entry, $associatedEntries)

No description

Parameters

Association $association
Entry $entry
$associatedEntries

associateManyToMany(Association $association, Entry $entry, $associatedEntries)

No description

Parameters

Association $association
Entry $entry
$associatedEntries

associateOneToOne(Association $association, Entry $entry, Entry $associatedEntry)

No description

Parameters

Association $association
Entry $entry
Entry $associatedEntry

removeAssociation(Association $association, Entry $entry)

No description

Parameters

Association $association
Entry $entry

protected getInverseAssociation(Association $association)

No description

Parameters

Association $association