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 |
( |
| ) |
|
◆ __get()
ilSurveyMaterial::__get |
( |
|
$name | ) |
|
Definition at line 58 of file class.ilSurveyMaterial.php.
References data.
60 if (array_key_exists($name, $this->
data))
66 case 'material_title':
70 return (strlen($this->
data[$name])) ? $this->
data[$name] : NULL;
73 return $this->
data[$name];
◆ __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: