Merge pull request #1472 from jygaulier/PHRAS-668_NBR-FACETS

PHRAS-668
This commit is contained in:
Benoît Burnichon
2015-08-20 11:24:10 +02:00
5 changed files with 66 additions and 8 deletions

View File

@@ -194,6 +194,11 @@ class databox_field implements cache_cacheableInterface
return $this->aggregable != 0;
}
public function getAggregableSize()
{
return $this->aggregable;
}
public function hydrate(Application $app)
{
$this->app = $app;