Retuns the `View` object that controls this rendering context's instance. This can be used, for example, to render view elements, i.e. `<?=$this->view()->render('element' $name); ?>`.

Returns

void

Source

						public function view() {
		return $this->_view;
	}