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... | |
Class to represent an outcome.
Definition at line 14 of file Outcome.php.
| __construct | ( | $value = null | ) |
Class constructor.
| string | $value | Outcome value (optional, default is none) |
Definition at line 60 of file Outcome.php.
| getValue | ( | ) |
| setValue | ( | $value | ) |
Set the outcome value.
| string | $value | Outcome value |
Definition at line 87 of file Outcome.php.
| 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.