|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Collaboration diagram for assFormulaQuestionUnitCategory: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().
Here is the caller graph for this function:| assFormulaQuestionUnitCategory::getDisplayString | ( | ) |
Definition at line 69 of file class.assFormulaQuestionUnitCategory.php.
References $category, $DIC, $lng, and getCategory().
Here is the call graph for this function:| assFormulaQuestionUnitCategory::getId | ( | ) |
Definition at line 44 of file class.assFormulaQuestionUnitCategory.php.
References $id.
Referenced by ilUnitConfigurationRepository\saveCategory().
Here is the caller graph for this function:| 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 $data, and ILIAS\Repository\int().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| 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().