ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
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... | |
Static Public Member Functions | |
static | getInstance () |
Get instance. More... | |
Protected Member Functions | |
__construct () | |
Constructor. 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 Assignment types gui.
Definition at line 25 of file class.ilExAssignmentTypesGUI.php.
|
protected |
ilExAssignmentTypesGUI::getByClassName | ( | $a_class_name | ) |
Get type gui object by classname.
Definition at line 91 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 59 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 120 of file class.ilExAssignmentTypesGUI.php.
Referenced by getByClassName().
|
static |
Get instance.
Definition at line 46 of file class.ilExAssignmentTypesGUI.php.
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 104 of file class.ilExAssignmentTypesGUI.php.
|
protected |
Definition at line 27 of file class.ilExAssignmentTypesGUI.php.