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