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 | |
initFormArray (array $data) | |
setId (int $id) | |
getId () | |
setCategory (string $category) | |
getCategory () | |
setQuestionFi (int $question_fi) | |
getQuestionFi () | |
getDisplayString () | |
Private Attributes | |
int | $id = 0 |
string | $category = '' |
int | $question_fi = 0 |
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 Formula Question Unit Category
Definition at line 26 of file class.assFormulaQuestionUnitCategory.php.
assFormulaQuestionUnitCategory::getCategory | ( | ) |
Definition at line 54 of file class.assFormulaQuestionUnitCategory.php.
References $category.
Referenced by getDisplayString(), ilUnitConfigurationRepository\saveCategory(), and ilUnitConfigurationRepository\saveNewUnitCategory().
assFormulaQuestionUnitCategory::getDisplayString | ( | ) |
Definition at line 69 of file class.assFormulaQuestionUnitCategory.php.
References $category, $DIC, $lng, and getCategory().
assFormulaQuestionUnitCategory::getId | ( | ) |
Definition at line 44 of file class.assFormulaQuestionUnitCategory.php.
References $id.
Referenced by ilUnitConfigurationRepository\saveCategory().
assFormulaQuestionUnitCategory::getQuestionFi | ( | ) |
Definition at line 64 of file class.assFormulaQuestionUnitCategory.php.
References $question_fi.
assFormulaQuestionUnitCategory::initFormArray | ( | array | $data | ) |
Definition at line 32 of file class.assFormulaQuestionUnitCategory.php.
References ILIAS\Repository\int().
assFormulaQuestionUnitCategory::setCategory | ( | string | $category | ) |
Definition at line 49 of file class.assFormulaQuestionUnitCategory.php.
References $category.
assFormulaQuestionUnitCategory::setId | ( | int | $id | ) |
Definition at line 39 of file class.assFormulaQuestionUnitCategory.php.
References $id.
Referenced by ilUnitConfigurationRepository\saveNewUnitCategory().
assFormulaQuestionUnitCategory::setQuestionFi | ( | int | $question_fi | ) |
Definition at line 59 of file class.assFormulaQuestionUnitCategory.php.
References $question_fi.
|
private |
Definition at line 29 of file class.assFormulaQuestionUnitCategory.php.
Referenced by getCategory(), getDisplayString(), and setCategory().
|
private |
Definition at line 28 of file class.assFormulaQuestionUnitCategory.php.
|
private |
Definition at line 30 of file class.assFormulaQuestionUnitCategory.php.
Referenced by getQuestionFi(), and setQuestionFi().