ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class to represent an outcome. More...
Public Member Functions | |
__construct ($value=null) | |
Class constructor. More... | |
getValue () | |
Get the outcome value. More... | |
setValue ($value) | |
Set the outcome value. More... | |
Data Fields | |
$language = null | |
Language value. More... | |
$status = null | |
Outcome status value. More... | |
$date = null | |
Outcome date value. More... | |
$type = null | |
Outcome type value. More... | |
$dataSource = null | |
Outcome data source value. More... | |
Private Attributes | |
$value = null | |
Outcome value. More... | |
Class to represent an outcome.
Definition at line 14 of file Outcome.php.
IMSGlobal\LTI\ToolProvider\Outcome::__construct | ( | $value = null | ) |
Class constructor.
string | $value | Outcome value (optional, default is none) |
Definition at line 60 of file Outcome.php.
References IMSGlobal\LTI\ToolProvider\Outcome\$value.
IMSGlobal\LTI\ToolProvider\Outcome::getValue | ( | ) |
Get the outcome value.
Definition at line 75 of file Outcome.php.
References IMSGlobal\LTI\ToolProvider\Outcome\$value.
IMSGlobal\LTI\ToolProvider\Outcome::setValue | ( | $value | ) |
Set the outcome value.
string | $value | Outcome value |
Definition at line 87 of file Outcome.php.
References IMSGlobal\LTI\ToolProvider\Outcome\$value.
string IMSGlobal\LTI\ToolProvider\Outcome::$dataSource = null |
Outcome data source value.
Definition at line 46 of file Outcome.php.
string IMSGlobal\LTI\ToolProvider\Outcome::$date = null |
Outcome date value.
Definition at line 34 of file Outcome.php.
string IMSGlobal\LTI\ToolProvider\Outcome::$language = null |
Language value.
Definition at line 22 of file Outcome.php.
string IMSGlobal\LTI\ToolProvider\Outcome::$status = null |
Outcome status value.
Definition at line 28 of file Outcome.php.
string IMSGlobal\LTI\ToolProvider\Outcome::$type = null |
Outcome type value.
Definition at line 40 of file Outcome.php.
|
private |
Outcome value.
Definition at line 53 of file Outcome.php.
Referenced by IMSGlobal\LTI\ToolProvider\Outcome\__construct(), IMSGlobal\LTI\ToolProvider\Outcome\getValue(), and IMSGlobal\LTI\ToolProvider\Outcome\setValue().