**Notice**: this issue wasn't implemented as described here, please see #308 to learn about the actual feature. ``` php return [ 'Foo' => DI\factory([DI\link('FooFactory'), 'create']), ]; ```