コード例 #1
0
ファイル: ApistFilter.php プロジェクト: noxify/apist
 /**
  * Guard string method to be called with Crawler object
  * @throws \InvalidArgumentException
  */
 protected function guardText()
 {
     if (is_object($this->node)) {
         $this->node = $this->node->text();
     }
 }