Applier
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.
Details
__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
private
rescanAssociationDisplayOrder(Association $association)
No description
protected
getInverseAssociation(Association $association)
No description