LTI Tool Provider Library  3.0.2
PHP class library for building LTI Tool Providers
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 svick.nosp@m.ers@.nosp@m.imsgl.nosp@m.obal.nosp@m..org
Date
2016
Version
3.0.2
Licence:
http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0

Definition at line 14 of file Outcome.php.

Constructor & Destructor Documentation

__construct (   $value = null)

Class constructor.

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

Definition at line 60 of file Outcome.php.

Member Function Documentation

getValue ( )

Get the outcome value.

Returns
string Outcome value

Definition at line 75 of file Outcome.php.

setValue (   $value)

Set the outcome value.

Parameters
string$valueOutcome value

Definition at line 87 of file Outcome.php.

Field Documentation

string $dataSource = null

Outcome data source value.

Definition at line 46 of file Outcome.php.

string $date = null

Outcome date value.

Definition at line 34 of file Outcome.php.

string $language = null

Language value.

Definition at line 22 of file Outcome.php.

string $status = null

Outcome status value.

Definition at line 28 of file Outcome.php.

string $type = null

Outcome type value.

Definition at line 40 of file Outcome.php.


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