Loading module/Application/src/Application/Entity/Db/Structure.php +7 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ class Structure implements StructureInterface, HistoriqueAwareInterface, SourceA protected $roles; /** * @var Structure[] * @var ArrayCollection|Structure[] */ private $structuresSubstituees; Loading Loading @@ -136,6 +136,12 @@ class Structure implements StructureInterface, HistoriqueAwareInterface, SourceA return $structure; } public function __construct() { $this->structuresSubstituees = new ArrayCollection(); $this->documents = new ArrayCollection(); } /** * Indique si cette structure se substitue à d'autres structures. * Loading Loading
module/Application/src/Application/Entity/Db/Structure.php +7 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ class Structure implements StructureInterface, HistoriqueAwareInterface, SourceA protected $roles; /** * @var Structure[] * @var ArrayCollection|Structure[] */ private $structuresSubstituees; Loading Loading @@ -136,6 +136,12 @@ class Structure implements StructureInterface, HistoriqueAwareInterface, SourceA return $structure; } public function __construct() { $this->structuresSubstituees = new ArrayCollection(); $this->documents = new ArrayCollection(); } /** * Indique si cette structure se substitue à d'autres structures. * Loading