|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($name, $value=null) | |
| getName () | |
| setName ($name) | |
| getValue () | |
| setValue ($value=null) | |
Data Fields | |
| $name = null | |
| $value = null | |
Definition at line 36 of file ParticipantStatus.php.
| __construct | ( | $ | name, |
| $ | value = null |
||
| ) |
constructor for participant status object
| string | $vame | |
| string | $value |
Definition at line 54 of file ParticipantStatus.php.

| getName | ( | ) |
| getValue | ( | ) |
| setName | ( | $ | name | ) |
sets $name
| string | $name |
Definition at line 76 of file ParticipantStatus.php.

| setValue | ( | $ | value = null | ) |
| $name = null |
Definition at line 41 of file ParticipantStatus.php.
| $value = null |
Definition at line 46 of file ParticipantStatus.php.