ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct (ilGlobalTemplateInterface $tpl, ilCtrl $ilCtrl, ilAccess $ilAccess, ilToolbarGUI $ilToolbar, ilLanguage $lng, ILIAS $ilias, ilTabsGUI $ilTabs, ilObjUser $user, ilStudyProgrammeTypeRepository $type_repository, Input\Factory $input_factory, Renderer $renderer, Psr\Http\Message\ServerRequestInterface $request, Refinery\Factory $refinery_factory, Filesystem $web_dir, RequestWrapper $request_wrapper) | |
executeCommand () | |
setParentGUI ($parent_gui) | |
Data Fields | |
ilGlobalTemplateInterface | $tpl |
ilCtrl | $ctrl |
Protected Member Functions | |
checkAccess () | |
setSubTabsEdit (string $active_tab_id) | |
editCustomIcons () | |
updateCustomIcons () | |
editAMD () | |
updateAMD () | |
listTypes () | |
add () | |
edit () | |
create () | |
update () | |
delete () | |
buildForm (string $submit_action, string $type_action, ilStudyProgrammeType $type=null) | |
buildModalHeading (string $title, string $default_lng) | |
buildLanguagesForms (ilStudyProgrammeType $type=null) | |
getInstalledLanguages () | |
Protected Attributes | |
ilAccess | $access |
ilToolbarGUI | $toolbar |
ilLanguage | $lng |
ILIAS | $ilias |
ilTabsGUI | $tabs |
ilObjUser | $user |
ilStudyProgrammeTypeRepository | $type_repository |
Input Factory | $input_factory |
Renderer | $renderer |
Psr Http Message ServerRequestInterface | $request |
Refinery Factory | $refinery_factory |
$parent_gui | |
array | $installed_languages = null |
Filesystem | $web_dir |
RequestWrapper | $request_wrapper |
Definition at line 35 of file class.ilStudyProgrammeTypeGUI.php.
ilStudyProgrammeTypeGUI::__construct | ( | ilGlobalTemplateInterface | $tpl, |
ilCtrl | $ilCtrl, | ||
ilAccess | $ilAccess, | ||
ilToolbarGUI | $ilToolbar, | ||
ilLanguage | $lng, | ||
ILIAS | $ilias, | ||
ilTabsGUI | $ilTabs, | ||
ilObjUser | $user, | ||
ilStudyProgrammeTypeRepository | $type_repository, | ||
Input\Factory | $input_factory, | ||
Renderer | $renderer, | ||
Psr\Http\Message\ServerRequestInterface | $request, | ||
Refinery\Factory | $refinery_factory, | ||
Filesystem | $web_dir, | ||
RequestWrapper | $request_wrapper | ||
) |
Definition at line 55 of file class.ilStudyProgrammeTypeGUI.php.
References $ilias, $input_factory, $lng, $refinery_factory, $renderer, $request, $request_wrapper, $tpl, $type_repository, $user, $web_dir, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
|
protected |
Definition at line 275 of file class.ilStudyProgrammeTypeGUI.php.
References buildForm(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by executeCommand().
|
protected |
Definition at line 381 of file class.ilStudyProgrammeTypeGUI.php.
References buildLanguagesForms(), buildModalHeading(), and ilStudyProgrammeType\getDefaultLang().
Referenced by add(), create(), edit(), and update().
|
protected |
Definition at line 426 of file class.ilStudyProgrammeTypeGUI.php.
References $lng, $refinery_factory, ilStudyProgrammeType\getDescription(), getInstalledLanguages(), and ilStudyProgrammeType\getTitle().
Referenced by buildForm().
|
protected |
Definition at line 409 of file class.ilStudyProgrammeTypeGUI.php.
References getInstalledLanguages(), ILIAS\Repository\lng(), and ILIAS\UI\Implementation\Component\Input\withValue().
Referenced by buildForm().
|
protected |
Definition at line 149 of file class.ilStudyProgrammeTypeGUI.php.
References ILIAS\Repository\access(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by executeCommand().
|
protected |
Definition at line 305 of file class.ilStudyProgrammeTypeGUI.php.
References $type, buildForm(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by executeCommand().
|
protected |
Definition at line 367 of file class.ilStudyProgrammeTypeGUI.php.
References Vendor\Package\$e, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
|
protected |
Definition at line 288 of file class.ilStudyProgrammeTypeGUI.php.
References $type, buildForm(), ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by executeCommand().
|
protected |
Definition at line 221 of file class.ilStudyProgrammeTypeGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by executeCommand().
|
protected |
Definition at line 184 of file class.ilStudyProgrammeTypeGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Referenced by executeCommand().
ilStudyProgrammeTypeGUI::executeCommand | ( | ) |
Definition at line 93 of file class.ilStudyProgrammeTypeGUI.php.
References add(), checkAccess(), create(), ILIAS\Repository\ctrl(), edit(), editAMD(), editCustomIcons(), listTypes(), setSubTabsEdit(), update(), updateAMD(), and updateCustomIcons().
|
protected |
Definition at line 447 of file class.ilStudyProgrammeTypeGUI.php.
References $installed_languages, and ILIAS\Repository\lng().
Referenced by buildLanguagesForms(), and buildModalHeading().
|
protected |
Definition at line 253 of file class.ilStudyProgrammeTypeGUI.php.
References $access, $ctrl, $lng, $tabs, $type_repository, $web_dir, ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ilLinkButton\getInstance(), and ILIAS\Repository\toolbar().
Referenced by executeCommand().
ilStudyProgrammeTypeGUI::setParentGUI | ( | $parent_gui | ) |
|
protected |
Definition at line 157 of file class.ilStudyProgrammeTypeGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\tabs().
Referenced by executeCommand().
|
protected |
Definition at line 327 of file class.ilStudyProgrammeTypeGUI.php.
References $type, buildForm(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilStudyProgrammeType\setDefaultLang(), ilStudyProgrammeType\setDescription(), and ilStudyProgrammeType\setTitle().
Referenced by executeCommand().
|
protected |
Definition at line 235 of file class.ilStudyProgrammeTypeGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by executeCommand().
|
protected |
Definition at line 201 of file class.ilStudyProgrammeTypeGUI.php.
References ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ILIAS\Repository\user().
Referenced by executeCommand().
|
protected |
Definition at line 39 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by listTypes().
ilCtrl ilStudyProgrammeTypeGUI::$ctrl |
Definition at line 38 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by listTypes().
|
protected |
Definition at line 42 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
Definition at line 46 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 51 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by getInstalledLanguages().
|
protected |
Definition at line 41 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct(), buildLanguagesForms(), and listTypes().
|
protected |
Definition at line 50 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by setParentGUI().
|
protected |
Definition at line 49 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct(), and buildLanguagesForms().
|
protected |
Definition at line 47 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 48 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 53 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by listTypes().
|
protected |
Definition at line 40 of file class.ilStudyProgrammeTypeGUI.php.
ilGlobalTemplateInterface ilStudyProgrammeTypeGUI::$tpl |
Definition at line 37 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 45 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct(), and listTypes().
|
protected |
Definition at line 44 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct().
|
protected |
Definition at line 52 of file class.ilStudyProgrammeTypeGUI.php.
Referenced by __construct(), and listTypes().