mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Add databox_descriptionStructure::toArray method
This commit is contained in:
@@ -118,4 +118,11 @@ class databox_descriptionStructure implements IteratorAggregate
|
||||
{
|
||||
return isset($this->elements[$id]);
|
||||
}
|
||||
|
||||
public function toArray()
|
||||
{
|
||||
return array_map(function ($element) {
|
||||
return $element->toArray();
|
||||
}, array_values($this->elements));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user