Home
last modified time | relevance | path

Searched refs:initCreateForm (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/ilias/ILIAS-5.4.25/Modules/ItemGroup/classes/
H A Dclass.ilObjItemGroupGUI.php141 $forms = array(self::CFORM_NEW => $this->initCreateForm($a_new_type)
397 protected function initCreateForm($a_new_type) function in ilObjItemGroupGUI
399 $form = parent::initCreateForm($a_new_type);
/dports/www/ilias6/ILIAS-6.14/Modules/ItemGroup/classes/
H A Dclass.ilObjItemGroupGUI.php141 $forms = array(self::CFORM_NEW => $this->initCreateForm($a_new_type)
397 protected function initCreateForm($a_new_type) function in ilObjItemGroupGUI
399 $form = parent::initCreateForm($a_new_type);
/dports/www/ilias/ILIAS-5.4.25/Modules/Cloud/classes/
H A Dclass.ilObjCloudGUI.php315 self::CFORM_NEW => $this->initCreateForm($a_new_type),
329 protected function initCreateForm($a_new_type) function in ilObjCloudGUI
394 $form = $this->initCreateForm("cld");
/dports/www/ilias6/ILIAS-6.14/Modules/Cloud/classes/
H A Dclass.ilObjCloudGUI.php315 self::CFORM_NEW => $this->initCreateForm($a_new_type),
329 protected function initCreateForm($a_new_type) function in ilObjCloudGUI
394 $form = $this->initCreateForm("cld");
/dports/www/ilias/ILIAS-5.4.25/Services/Repository/classes/
H A Dclass.ilObjectPluginGUI.php255 $forms[self::CFORM_NEW] = $this->initCreateForm($a_new_type);
281 public function initCreateForm($a_new_type) function in ilObjectPluginGUI
/dports/www/ilias6/ILIAS-6.14/Services/Repository/classes/
H A Dclass.ilObjectPluginGUI.php255 $forms[self::CFORM_NEW] = $this->initCreateForm($a_new_type);
281 public function initCreateForm($a_new_type) function in ilObjectPluginGUI
/dports/www/ilias6/ILIAS-6.14/Modules/LTIConsumer/classes/
H A Dclass.ilObjLTIConsumerGUI.php74 self::CFORM_NEW => $this->initCreateForm($a_new_type)
87 public function initCreateForm($a_new_type) function in ilObjLTIConsumerGUI
/dports/www/ilias/ILIAS-5.4.25/Services/ContainerReference/classes/
H A Dclass.ilContainerReferenceGUI.php219 protected function initCreateForm($a_new_type) function in ilContainerReferenceGUI
/dports/www/ilias6/ILIAS-6.14/Modules/CmiXapi/classes/
H A Dclass.ilObjCmiXapiGUI.php74 protected function initCreateForm($a_new_type) function in ilObjCmiXapiGUI
163 $form = $this->initCreateForm($newObject->getType());
/dports/www/ilias6/ILIAS-6.14/Services/ContainerReference/classes/
H A Dclass.ilContainerReferenceGUI.php226 protected function initCreateForm($a_new_type) function in ilContainerReferenceGUI
/dports/www/ilias/ILIAS-5.4.25/Modules/Portfolio/classes/
H A Dclass.ilObjPortfolioGUI.php331 return array(self::CFORM_NEW => $this->initCreateForm($a_new_type));
334 protected function initCreateForm($a_new_type) function in ilObjPortfolioGUI
459 $form = $this->initCreateForm("prtf");
/dports/www/ilias/ILIAS-5.4.25/Services/Object/classes/
H A Dclass.ilObjectGUI.php796 self::CFORM_NEW => $this->initCreateForm($a_new_type),
873 protected function initCreateForm($a_new_type) function in ilObjectGUI
1021 $form = $this->initCreateForm($new_type);
/dports/www/ilias6/ILIAS-6.14/Services/Object/classes/
H A Dclass.ilObjectGUI.php769 self::CFORM_NEW => $this->initCreateForm($a_new_type),
846 protected function initCreateForm($a_new_type) function in ilObjectGUI
994 $form = $this->initCreateForm($new_type);
/dports/www/ilias6/ILIAS-6.14/Modules/Portfolio/classes/
H A Dclass.ilObjPortfolioGUI.php349 return array(self::CFORM_NEW => $this->initCreateForm($a_new_type));
352 protected function initCreateForm($a_new_type) function in ilObjPortfolioGUI
466 $form = $this->initCreateForm("prtf");
/dports/www/ilias/ILIAS-5.4.25/Modules/StudyProgramme/classes/
H A Dclass.ilObjStudyProgrammeGUI.php484 return array( self::CFORM_NEW => $this->initCreateForm($a_new_type));
/dports/www/ilias/ILIAS-5.4.25/Modules/WorkspaceFolder/classes/
H A Dclass.ilObjWorkspaceFolderGUI.php150 self::CFORM_NEW => $this->initCreateForm($a_new_type)
/dports/www/ilias6/ILIAS-6.14/Modules/StudyProgramme/classes/
H A Dclass.ilObjStudyProgrammeGUI.php523 return array( self::CFORM_NEW => $this->initCreateForm($a_new_type));
/dports/www/ilias/ILIAS-5.4.25/Modules/Glossary/classes/
H A Dclass.ilObjGlossaryGUI.php358 public function initCreateForm($a_new_type) function in ilObjGlossaryGUI
419 $form = $this->initCreateForm($new_type);
/dports/www/ilias6/ILIAS-6.14/Modules/Glossary/classes/
H A Dclass.ilObjGlossaryGUI.php320 public function initCreateForm($a_new_type) function in ilObjGlossaryGUI
380 $form = $this->initCreateForm($new_type);
/dports/www/ilias/ILIAS-5.4.25/Modules/HTMLLearningModule/classes/
H A Dclass.ilObjFileBasedLMGUI.php233 $forms = array(self::CFORM_NEW => $this->initCreateForm($a_new_type),
/dports/www/ilias/ILIAS-5.4.25/Services/Taxonomy/classes/
H A Dclass.ilObjTaxonomyGUI.php168 self::CFORM_NEW => $this->initCreateForm("tax")
/dports/www/ilias6/ILIAS-6.14/Modules/HTMLLearningModule/classes/
H A Dclass.ilObjFileBasedLMGUI.php233 $forms = array(self::CFORM_NEW => $this->initCreateForm($a_new_type),
/dports/www/ilias/ILIAS-5.4.25/Modules/SurveyQuestionPool/classes/
H A Dclass.ilObjSurveyQuestionPoolGUI.php665 $forms = array(self::CFORM_NEW => $this->initCreateForm($a_new_type),
/dports/www/ilias/ILIAS-5.4.25/Modules/OrgUnit/classes/
H A Dclass.ilObjOrgUnitGUI.php384 self::CFORM_NEW => $this->initCreateForm($a_new_type),
/dports/www/ilias6/ILIAS-6.14/Modules/SurveyQuestionPool/classes/
H A Dclass.ilObjSurveyQuestionPoolGUI.php620 $forms = array(self::CFORM_NEW => $this->initCreateForm($a_new_type),

12