|
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 ilSurveyCategory:Public Member Functions | |
| __construct (?string $title=null, int $other=0, int $neutral=0, ?string $label=null, ?int $scale=null) | |
| __get (string $value) | |
| __set (string $key, $value) | |
Private Attributes | |
| array | $arrData |
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 Survey category class The ilSurveyCategory class encapsules a survey category
Definition at line 25 of file class.ilSurveyCategory.php.
| ilSurveyCategory::__construct | ( | ?string | $title = null, |
| int | $other = 0, |
||
| int | $neutral = 0, |
||
| ?string | $label = null, |
||
| ?int | $scale = null |
||
| ) |
Definition at line 30 of file class.ilSurveyCategory.php.
| ilSurveyCategory::__get | ( | string | $value | ) |
| string | $value |
Definition at line 50 of file class.ilSurveyCategory.php.
| ilSurveyCategory::__set | ( | string | $key, |
| $value | |||
| ) |
| string | $key | |
| mixed | $value |
Definition at line 66 of file class.ilSurveyCategory.php.
References ILIAS\LTI\ToolProvider\$key.
|
private |
Definition at line 28 of file class.ilSurveyCategory.php.