示例#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();
 }