protected function doInitialize() { $repository = $this->getRepository(); $subdivisions = $repository->getAll($this->parents); $this->collection = new ArrayCollection($subdivisions); }