initAllRights(); } private function initAllRights(): void { foreach (RightType::getChoices() as $key=>$value){ $right = new Right(); $right->setType($value); $this->rights->set($key, $right); } } }