Survey material class.
More...
Survey material class.
- Author
- Helmut Schottmüller ilias.nosp@m.@aur.nosp@m.ealis.nosp@m..de
- Version
- $Id$
Definition at line 31 of file class.ilSurveyMaterial.php.
◆ __construct()
ilSurveyMaterial::__construct |
( |
| ) |
|
ilSurveyMaterial constructor
Definition at line 42 of file class.ilSurveyMaterial.php.
43 {
45 'type' => self::MATERIAL_TYPE_INTERNALLINK,
46 'internal_link' => '',
47 'title' => '',
48 'url' => '',
49 'filename' => ''
50 );
51 }
References data.
◆ __get()
ilSurveyMaterial::__get |
( |
|
$name | ) |
|
Definition at line 58 of file class.ilSurveyMaterial.php.
59 {
60 if (array_key_exists(
$name, $this->
data)) {
62 case 'internal_link':
63 case 'import_id':
64 case 'material_title':
65 case 'text_material':
66 case 'file_material':
67 case 'external_link':
69 break;
70 default:
72 }
73 }
74 return null;
75 }
References $name, and data.
◆ __set()
ilSurveyMaterial::__set |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
◆ $data
◆ MATERIAL_TYPE_FILE
const ilSurveyMaterial::MATERIAL_TYPE_FILE = 2 |
◆ MATERIAL_TYPE_INTERNALLINK
const ilSurveyMaterial::MATERIAL_TYPE_INTERNALLINK = 0 |
◆ MATERIAL_TYPE_URL
const ilSurveyMaterial::MATERIAL_TYPE_URL = 1 |
The documentation for this class was generated from the following file: