예제 #1
0
 /**
  * Generate filter used by generateQueryBy()
  *
  * @param array $criteria
  *
  * @return BoolAnd
  * @throws InvalidArgumentException
  * @throws \Exception
  */
 public function generateFilterBy(array $criteria)
 {
     return $this->client->generateFilterBy($criteria);
 }