$di
$di :
Properties
Interface to implement for DI aware services to let them know of the current $di
__call(string $service, array $arguments = array()) : \Anax\DI\class
Magic method to get and create services as a method call.
When created it is also stored as a parameter of this object.
| string | $service | name of class property not existing. |
| array | $arguments | Additional arguments to sen to the method (NOT IMPLEMENTED). |
as the service requested.