|
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 ilSurveyMaterial:Public Member Functions | |
| __construct () | |
| __set (string $name, string $value) | |
| __get (string $name) | |
Data Fields | |
| const | MATERIAL_TYPE_INTERNALLINK = 0 |
| const | MATERIAL_TYPE_URL = 1 |
| const | MATERIAL_TYPE_FILE = 2 |
Protected Attributes | |
| array | $data |
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 material class
Definition at line 24 of file class.ilSurveyMaterial.php.
| ilSurveyMaterial::__construct | ( | ) |
Definition at line 31 of file class.ilSurveyMaterial.php.
| ilSurveyMaterial::__get | ( | string | $name | ) |
Definition at line 47 of file class.ilSurveyMaterial.php.
References $name.
| ilSurveyMaterial::__set | ( | string | $name, |
| string | $value | ||
| ) |
Definition at line 42 of file class.ilSurveyMaterial.php.
References $name.
|
protected |
Definition at line 29 of file class.ilSurveyMaterial.php.
| const ilSurveyMaterial::MATERIAL_TYPE_FILE = 2 |
Definition at line 28 of file class.ilSurveyMaterial.php.
| const ilSurveyMaterial::MATERIAL_TYPE_INTERNALLINK = 0 |
Definition at line 26 of file class.ilSurveyMaterial.php.
| const ilSurveyMaterial::MATERIAL_TYPE_URL = 1 |
Definition at line 27 of file class.ilSurveyMaterial.php.