mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
WIP with cache
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user