LTI Integration Library  3.1.0
PHP class library for building LTI integrations
Outcome Class Reference

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...
 

Detailed Description

Class to represent an outcome.

Author
Stephen P Vickers steph.nosp@m.en@s.nosp@m.pvsof.nosp@m.twar.nosp@m.eprod.nosp@m.ucts.nosp@m..com
Version
3.1.0
Licence: http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3

Definition at line 13 of file Outcome.php.

Constructor & Destructor Documentation

◆ __construct()

__construct (   $value = null)

Class constructor.

Parameters
string$valueOutcome value (optional, default is none)

Definition at line 63 of file Outcome.php.

Member Function Documentation

◆ getValue()

getValue ( )

Get the outcome value.

Returns
string Outcome value

Definition at line 76 of file Outcome.php.

◆ setValue()

setValue (   $value)

Set the outcome value.

Parameters
string$valueOutcome value

Definition at line 86 of file Outcome.php.

Field Documentation

◆ $dataSource

string null $dataSource = null

Outcome data source value.

Definition at line 49 of file Outcome.php.

◆ $date

string null $date = null

Outcome date value.

Definition at line 35 of file Outcome.php.

◆ $language

string null $language = null

Language value.

Definition at line 21 of file Outcome.php.

◆ $status

string null $status = null

Outcome status value.

Definition at line 28 of file Outcome.php.

◆ $type

string null $type = null

Outcome type value.

Definition at line 42 of file Outcome.php.


The documentation for this class was generated from the following file: