ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Outcome.php
Go to the documentation of this file.
1
<?php
2
3
namespace
IMSGlobal\LTI\ToolProvider
;
4
14
class
Outcome
15
{
16
22
public
$language
= null;
28
public
$status
= null;
34
public
$date
= null;
40
public
$type
= null;
46
public
$dataSource
= null;
47
53
private
$value
= null;
54
60
public
function
__construct
(
$value
= null)
61
{
62
63
$this->value =
$value
;
64
$this->language =
'en-US'
;
65
$this->
date
= gmdate(
'Y-m-d\TH:i:s\Z'
,
time
());
66
$this->type =
'decimal'
;
67
68
}
69
75
public
function
getValue
()
76
{
77
78
return
$this->value
;
79
80
}
81
87
public
function
setValue
(
$value
)
88
{
89
90
$this->value =
$value
;
91
92
}
93
94
}
IMSGlobal\LTI\ToolProvider\Outcome\$value
$value
Outcome value.
Definition:
Outcome.php:53
IMSGlobal\LTI\ToolProvider\Outcome\$date
$date
Outcome date value.
Definition:
Outcome.php:34
IMSGlobal\LTI\ToolProvider\Outcome\setValue
setValue($value)
Set the outcome value.
Definition:
Outcome.php:87
IMSGlobal\LTI\ToolProvider\Outcome\getValue
getValue()
Get the outcome value.
Definition:
Outcome.php:75
IMSGlobal\LTI\ToolProvider\Outcome\$type
$type
Outcome type value.
Definition:
Outcome.php:40
date
date( 'd-M-Y', $objPHPExcel->getProperties() ->getCreated())
Definition:
31docproperties_write-xls.php:86
IMSGlobal\LTI\ToolProvider\Outcome\$status
$status
Outcome status value.
Definition:
Outcome.php:28
IMSGlobal\LTI\ToolProvider\Outcome\$dataSource
$dataSource
Outcome data source value.
Definition:
Outcome.php:46
IMSGlobal\LTI\ToolProvider\Outcome\$language
$language
Language value.
Definition:
Outcome.php:22
IMSGlobal\LTI\ToolProvider\Outcome\__construct
__construct($value=null)
Class constructor.
Definition:
Outcome.php:60
time
Add data(end) time
Method that wraps PHPs time in order to allow simulations with the workflow.
Definition:
40duplicateStyle.php:39
IMSGlobal\LTI\ToolProvider
Definition:
ConsumerNonce.php:3
IMSGlobal\LTI\ToolProvider\Outcome
Class to represent an outcome.
Definition:
Outcome.php:14
libs
composer
vendor
imsglobal
lti
src
ToolProvider
Outcome.php
Generated on Sat Jan 18 2025 19:01:04 for ILIAS by
1.8.13 (using
Doxyfile
)