コード例 #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();
 }