RepositoryQuery: Ensure compatibility with the FilterEditor widget

refs 
This commit is contained in:
Johannes Meyer 2015-05-04 15:56:58 +02:00
parent 842b043f7f
commit f9089c3e0c

@ -65,6 +65,16 @@ class RepositoryQuery implements QueryInterface
return $this;
}
/**
* Return the columns to fetch
*
* @return array
*/
public function getColumns()
{
return $this->query->getColumns();
}
/**
* Set which columns to fetch
*