_view === null) { $this->_view = new View(); } return $this->_view; } /** * @param Context $context * @param Controller $controller * @return mixed */ public abstract function render($context, $controller); }