Base view class
class | Jaf_View |
---|
__construct(array $data, string $viewsPath)
get(string $name, null | mixed $default) : mixed | null
Examples: View->get('foo') View->get('foo.bar')
string
null
mixed
mixed
null
set(string $name, mixed $value) : \Jaf_View
Examples: View->set('foo', 'Hello') View->set('foo.bar', array('hello' => 'world'))
string
mixed
$_data : array
$_viewsPath : string