コード例 #1
0
ファイル: ApistFilter.php プロジェクト: noxify/apist
 /**
  * @return ApistFilter
  * @throws \InvalidArgumentException
  */
 public function html()
 {
     $this->guardCrawler();
     return $this->node->html();
 }