예제 #1
0
파일: Context.php 프로젝트: janpoem/kephp
 public function getHtml() : Html
 {
     if (isset($this->html) && $this->html instanceof Html) {
         return $this->html;
     }
     return $this->web->getHtml();
 }