mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
Put flags in ES structure
This commit is contained in:
@@ -75,6 +75,16 @@ final class LimitedStructure implements Structure
|
||||
return $this->structure->isPrivate($name);
|
||||
}
|
||||
|
||||
public function getAllFlags()
|
||||
{
|
||||
return $this->structure->getAllFlags();
|
||||
}
|
||||
|
||||
public function getFlagByName($name)
|
||||
{
|
||||
return $this->structure->getFlagByName($name);
|
||||
}
|
||||
|
||||
private function limit(array $fields)
|
||||
{
|
||||
$allowed_collections = $this->allowedCollections();
|
||||
|
Reference in New Issue
Block a user