$di
$di :
Properties
A view connected to a template file.
__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.
set(\Anax\View\string/array $template, array $data = array(), integer $sort, string $type = 'file') : $this
Set values for the view.
| \Anax\View\string/array | $template | the template file, or array |
| array | $data | variables to make available to the view, default is empty |
| integer | $sort | which order to display the views, if suitable |
| string | $type | which type of view |