Definition at line 32 of file class.ilQTIMaterial.php.
◆ __construct()
ilQTIMaterial::__construct |
( |
| ) |
|
◆ addAltmaterial()
ilQTIMaterial::addAltmaterial |
( |
|
$a_altmaterial | ) |
|
Definition at line 107 of file class.ilQTIMaterial.php.
References array.
109 array_push($this->materials,
array(
"material" => $a_altmaterial,
"type" =>
"altmaterial"));
Create styles array
The data for the language used.
◆ addMat_extension()
ilQTIMaterial::addMat_extension |
( |
|
$a_mat_extension | ) |
|
Definition at line 102 of file class.ilQTIMaterial.php.
References array.
104 array_push($this->materials,
array(
"material" => $a_mat_extension,
"type" =>
"mat_extension"));
Create styles array
The data for the language used.
◆ addMatapplet()
ilQTIMaterial::addMatapplet |
( |
|
$a_matapplet | ) |
|
Definition at line 82 of file class.ilQTIMaterial.php.
References array.
84 array_push($this->materials,
array(
"material" => $a_matapplet,
"type" =>
"matapplet"));
Create styles array
The data for the language used.
◆ addMatapplication()
ilQTIMaterial::addMatapplication |
( |
|
$a_matapplication | ) |
|
Definition at line 87 of file class.ilQTIMaterial.php.
References array.
89 array_push($this->materials,
array(
"material" => $a_matapplication,
"type" =>
"matapplication"));
Create styles array
The data for the language used.
◆ addMataudio()
ilQTIMaterial::addMataudio |
( |
|
$a_mataudio | ) |
|
Definition at line 72 of file class.ilQTIMaterial.php.
References array.
74 array_push($this->materials,
array(
"material" => $a_mataudio,
"type" =>
"mataudio"));
Create styles array
The data for the language used.
◆ addMatbreak()
ilQTIMaterial::addMatbreak |
( |
|
$a_matbreak | ) |
|
Definition at line 97 of file class.ilQTIMaterial.php.
References array.
99 array_push($this->materials,
array(
"material" => $a_matbreak,
"type" =>
"matbreak"));
Create styles array
The data for the language used.
◆ addMatemtext()
ilQTIMaterial::addMatemtext |
( |
|
$a_matemtext | ) |
|
Definition at line 67 of file class.ilQTIMaterial.php.
References array.
69 array_push($this->materials,
array(
"material" => $a_matemtext,
"type" =>
"matemtext"));
Create styles array
The data for the language used.
◆ addMatimage()
ilQTIMaterial::addMatimage |
( |
|
$a_matimage | ) |
|
Definition at line 62 of file class.ilQTIMaterial.php.
References array.
64 array_push($this->materials,
array(
"material" => $a_matimage,
"type" =>
"matimage"));
Create styles array
The data for the language used.
◆ addMatref()
ilQTIMaterial::addMatref |
( |
|
$a_matref | ) |
|
Definition at line 92 of file class.ilQTIMaterial.php.
References array.
94 array_push($this->materials,
array(
"material" => $a_matref,
"type" =>
"matref"));
Create styles array
The data for the language used.
◆ addMattext()
ilQTIMaterial::addMattext |
( |
|
$a_mattext | ) |
|
Definition at line 57 of file class.ilQTIMaterial.php.
References array.
59 array_push($this->materials,
array(
"material" => $a_mattext,
"type" =>
"mattext"));
Create styles array
The data for the language used.
◆ addMatvideo()
ilQTIMaterial::addMatvideo |
( |
|
$a_matvideo | ) |
|
Definition at line 77 of file class.ilQTIMaterial.php.
References array.
79 array_push($this->materials,
array(
"material" => $a_matvideo,
"type" =>
"matvideo"));
Create styles array
The data for the language used.
◆ extractText()
ilQTIMaterial::extractText |
( |
| ) |
|
◆ getFlow()
ilQTIMaterial::getFlow |
( |
| ) |
|
◆ getLabel()
ilQTIMaterial::getLabel |
( |
| ) |
|
◆ getMaterial()
ilQTIMaterial::getMaterial |
( |
|
$a_index | ) |
|
Definition at line 117 of file class.ilQTIMaterial.php.
119 if (array_key_exists($a_index, $this->materials))
121 return $this->materials[$a_index];
◆ getMaterialCount()
ilQTIMaterial::getMaterialCount |
( |
| ) |
|
◆ setFlow()
ilQTIMaterial::setFlow |
( |
|
$a_flow | ) |
|
◆ setLabel()
ilQTIMaterial::setLabel |
( |
|
$a_label | ) |
|
◆ $altmaterial
ilQTIMaterial::$altmaterial |
◆ $comment
◆ $flow
◆ $label
◆ $mat_extension
ilQTIMaterial::$mat_extension |
◆ $matapplet
ilQTIMaterial::$matapplet |
◆ $matapplication
ilQTIMaterial::$matapplication |
◆ $mataudio
◆ $matbreak
◆ $matemtext
ilQTIMaterial::$matemtext |
◆ $materials
ilQTIMaterial::$materials |
◆ $matimage
◆ $matref
◆ $mattext
◆ $matvideo
The documentation for this class was generated from the following file: