skrz / autowiring-bundle

Autowiring + automatic service discovery for Symfony DI container
MIT License
8 stars 6 forks source link

Autowiring based on implemented interface #3

Open jakubkulhan opened 9 years ago

jakubkulhan commented 9 years ago
autowiring:
  interfaces:
    Symfony\Component\DependencyInjection\ContainerAwareInterface:
      calls:
        - [setContainer, [@service_container]]