Beispiel #1
0
 /**
  * @param  Query\AbstractQuery $query
  * @return array
  */
 public function queryIds(Query\AbstractQuery $query)
 {
     return $this->crawler->queryIds($query, $this->id);
 }