コード例 #1
0
ファイル: View.php プロジェクト: the-support-group/view
 /**
  * Renders the view.
  *
  * @throws \Exception
  * @return string The rendered output.
  */
 public function render()
 {
     return $this->renderer->render($this->file, $this->data);
 }