Download the PHP package yokai/dependency-injection without Composer
On this page you can find all versions of the php package yokai/dependency-injection. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yokai/dependency-injection
More information about yokai/dependency-injection
Files in yokai/dependency-injection
Download yokai/dependency-injection
More information about yokai/dependency-injection
Files in yokai/dependency-injection
Vendor yokai
Package dependency-injection
Short Description Provide util classes to manipulate Dependency Injection in Symfony
License MIT
Package dependency-injection
Short Description Provide util classes to manipulate Dependency Injection in Symfony
License MIT
Keywords dependency injectionsymfony
Please rate this library. Is it a good library?
Informations about the package dependency-injection
Dependency Injection
Installation
Compiler Pass
ArgumentRegisterTaggedServicesCompilerPass
This compiler pass will :
- check for the service (first argument) existence (throw
LogicException
if not) - find services tagged with tag (second argument)
- if provided, check every service against an interface (third argument) (throw
LogicException
if not) - sort these references base on a
priority
attribute - replace an argument (fourth argument) of your service definition with the sorted references
AdderRegisterTaggedServicesCompilerPass
This compiler pass will :
- check for the service (first argument) existence (throw
LogicException
if not) - find services tagged with tag (second argument)
- if provided, check every service against an interface (third argument) (throw
LogicException
if not) - sort these references base on a
priority
attribute - call a method (fourth argument) for each sorted references
SetterRegisterTaggedServicesCompilerPass
This compiler pass will :
- check for the service (first argument) existence (throw
LogicException
if not) - find services tagged with tag (second argument)
- if provided, check every service against an interface (third argument) (throw
LogicException
if not) - sort these references base on a
priority
attribute - call a method (fourth argument) with all sorted references
MIT License
License can be found here.
Authors
The bundle was originally created by Yann Eugoné. See the list of contributors.
All versions of dependency-injection with dependencies
PHP Build Version
Package Version
The package yokai/dependency-injection contains the following files
Loading the files please wait ....