|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Formula Question Unit Category. More...
Collaboration diagram for assFormulaQuestionUnitCategory:Public Member Functions | |
| initFormArray (array $data) | |
| setId (int $id) | |
| getId () | |
| setCategory (string $category) | |
| getCategory () | |
| getSanitizedCategory () | |
| setQuestionFi (int $question_fi) | |
| getQuestionFi () | |
| getDisplayString () | |
Private Member Functions | |
| sanitizeString (string $string) | |
Private Attributes | |
| int | $id = 0 |
| string | $category = '' |
| int | $question_fi = 0 |
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(), getSanitizedCategory(), ilUnitConfigurationRepository\saveCategory(), and ilUnitConfigurationRepository\saveNewUnitCategory().
Here is the caller graph for this function:| assFormulaQuestionUnitCategory::getDisplayString | ( | ) |
Definition at line 74 of file class.assFormulaQuestionUnitCategory.php.
References $category, $DIC, getCategory(), getSanitizedCategory(), and sanitizeString().
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 69 of file class.assFormulaQuestionUnitCategory.php.
References $question_fi.
| assFormulaQuestionUnitCategory::getSanitizedCategory | ( | ) |
Definition at line 59 of file class.assFormulaQuestionUnitCategory.php.
References getCategory(), and sanitizeString().
Referenced by getDisplayString().
Here is the call graph for this function:
Here is the caller graph for this function:| 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:
|
private |
Definition at line 85 of file class.assFormulaQuestionUnitCategory.php.
Referenced by getDisplayString(), and getSanitizedCategory().
Here is the caller 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 64 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().