Ejemplo n.º 1
0
 /**
  * Return a query object for the given type.
  *
  * @param string $type
  * @return QueryInterface
  */
 public function createQueryForType($type)
 {
     return $this->queryFactory->create($type);
 }