in6pio / Incipio

ERP pour Junior-Entreprises.
http://incipio.fr
GNU Affero General Public License v3.0
5 stars 5 forks source link

Refactored managers using the chaining pattern #60

Closed theofidry closed 9 years ago

theofidry commented 9 years ago

Entity managers now have to implement the ApiBundle\Doctrine\ORM\Manager\Interface.

The chain pattern have been used to register all tagged entity managers and pass them to ApiBundle\Doctrine\ORM\Manager\EntityManagerChain.

This refactoring impacted: