WIP with cache

This commit is contained in:
Benoît Burnichon
2015-06-10 19:08:50 +02:00
parent d473a6f69c
commit 4241fd0e6c
10 changed files with 96 additions and 37 deletions

View File

@@ -14,6 +14,10 @@ class Structure
private $facets = array();
private $aliases = array();
/**
* @param \databox[] $databoxes
* @return self
*/
public static function createFromDataboxes(array $databoxes)
{
$structure = new self();