setFormType(FormConstants::CREATE); $this->setProvider(new AddListDataProvider()); $this->initFields(); $this->loadDataToForm(); } protected function initFields() { $this->addSection(new AddMembersDistribution()); $this->addSection(new AddPropertiesDistribution()); $this->addSection(new AddAliasesDistribution()); $this->addSection(new AddOwnersDistribution()); $this->addSection(new AddPreferencesDistribution()); } public function reloadFormStructure() { $this->loadDataToForm(); } }