ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (protected \ILIAS\Exercise\InternalDomainService $domain, protected \ILIAS\Exercise\InternalGUIService $gui) | |
getById (int $a_id) | |
Get type gui object by id. More... | |
getByClassName ($a_class_name) | |
Get type gui object by classname. More... | |
isExAssTypeGUIClass ($a_string) | |
Checks if a class name is a valid exercise assignment type GUI class (case insensitive, since ilCtrl uses lower keys due to historic reasons) More... | |
getIdForClassName ($a_string) | |
Get type id for class name. More... | |
Protected Attributes | |
array | $class_names |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 19 of file class.ilExAssignmentTypesGUI.php.
ilExAssignmentTypesGUI::__construct | ( | protected \ILIAS\Exercise\InternalDomainService | $domain, |
protected \ILIAS\Exercise\InternalGUIService | $gui | ||
) |
Definition at line 30 of file class.ilExAssignmentTypesGUI.php.
ilExAssignmentTypesGUI::getByClassName | ( | $a_class_name | ) |
Get type gui object by classname.
Definition at line 94 of file class.ilExAssignmentTypesGUI.php.
References $id, getById(), and getIdForClassName().
ilExAssignmentTypesGUI::getById | ( | int | $a_id | ) |
Get type gui object by id.
Centralized ID management is still an issue to be tackled in the future and caused by initial consts definition.
int | $a_id | type id |
Definition at line 44 of file class.ilExAssignmentTypesGUI.php.
References ilExAssignment\TYPE_BLOG, ilExAssignment\TYPE_PORTFOLIO, ilExAssignment\TYPE_TEXT, ilExAssignment\TYPE_UPLOAD, ilExAssignment\TYPE_UPLOAD_TEAM, and ilExAssignment\TYPE_WIKI_TEAM.
Referenced by getByClassName().
ilExAssignmentTypesGUI::getIdForClassName | ( | $a_string | ) |
Get type id for class name.
$a_string |
Definition at line 123 of file class.ilExAssignmentTypesGUI.php.
References null.
Referenced by getByClassName().
ilExAssignmentTypesGUI::isExAssTypeGUIClass | ( | $a_string | ) |
Checks if a class name is a valid exercise assignment type GUI class (case insensitive, since ilCtrl uses lower keys due to historic reasons)
string |
Definition at line 107 of file class.ilExAssignmentTypesGUI.php.
|
protected |
Definition at line 21 of file class.ilExAssignmentTypesGUI.php.