コード例 #1
0
ファイル: Document.php プロジェクト: gpupo/camelspider
 public function getHtml()
 {
     if ($this->bigger) {
         return $this->preStringProccess(SpiderDom::toCleanHtml($this->bigger));
     }
 }