nextcloud/lib
Christoph Wurst 4a3ea04baa
Callable parameter injection
This is like what we have to DI and classes, but for callables.

The motivating factor is to get rid of *service locators* in the `boot`
method of apps as a new pattern is about to emerge where we have lots of
`query` calls on the app or server container in order to fetch some
services.

With this little helper it's possible to call another (public) method
and magically have everything injected.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-03 14:37:46 +02:00
..
composer Callable parameter injection 2020-07-03 14:37:46 +02:00
l10n [tx-robot] updated from transifex 2020-07-03 02:17:12 +00:00
private Callable parameter injection 2020-07-03 14:37:46 +02:00
public Callable parameter injection 2020-07-03 14:37:46 +02:00
autoloader.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
base.php Migrate Settings to new bootstrap mechanism 2020-06-17 09:22:22 +02:00
versioncheck.php Update license headers 2019-12-05 15:38:45 +01:00