$di
$di :
Properties
Anax base class for wrapping sessions.
__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.