-
```
Provide a way to change the dependency resolving mechanism. Note however that
the injection engine is already configurable.
```
Original issue reported on code.google.com by `brice.du...@gmail.…
-
- [ ] dependency-injection
-
-
```
Provide a way to change the dependency resolving mechanism. Note however that
the injection engine is already configurable.
```
Original issue reported on code.google.com by `brice.du...@gmail.…
-
```
Provide a way to change the dependency resolving mechanism. Note however that
the injection engine is already configurable.
```
Original issue reported on code.google.com by `brice.du...@gmail.…
-
In
- 283c5fede0cf79d2e6e5e8a8d3abca52f7e25ed8
- especially https://github.com/ce-saig/LeafBox/blob/develop/app/controllers/MediaController.php
So we didnt need to do repeat things like this
```
publ…
-
```
Provide a way to change the dependency resolving mechanism. Note however that
the injection engine is already configurable.
```
Original issue reported on code.google.com by `brice.du...@gmail.…
-
Hello @lvkaiyang,
Your program is coming along well. Some things I noticed.
Your going to need to practice some dependency injection. Currently, your random number generators are hard coded. This is…
-
### Affected Version of Concrete CMS
8.5.x, 9.x
### Description
Block controllers generally support controller dependency injection with something like:
```php
public function __construct($obj, D…
-