Esempio n. 1
0
 public function buildQuery(QueryConfigInterface $query, TableInterface $table)
 {
     $this->type->buildQuery($query, $table);
 }
Esempio n. 2
0
 public function getQueryConfig(TableInterface $table)
 {
     $queryConfig = new QueryConfig();
     $this->type->buildQuery($queryConfig, $table);
     return $queryConfig;
 }