Ejemplo n.º 1
0
 /**
  * @return ApistFilter
  * @throws \InvalidArgumentException
  */
 public function prevAll()
 {
     $this->guardCrawler();
     return $this->node->previousAll();
 }