Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantStatus Class Reference

Public Member Functions

 __construct ($name, $value=null)
 getName ()
 setName ($name)
 getValue ()
 setValue ($value=null)

Data Fields

 $name = null
 $value = null

Detailed Description

Definition at line 36 of file ParticipantStatus.php.


Constructor & Destructor Documentation

__construct ( name,
value = null 
)

constructor for participant status object

Parameters:
string$vame
string$value

Definition at line 54 of file ParticipantStatus.php.

Here is the call graph for this function:


Member Function Documentation

getName ( )

returns the value of $name

Returns:
string

Definition at line 65 of file ParticipantStatus.php.

getValue ( )

returns the value of $value

Returns:
string

Definition at line 87 of file ParticipantStatus.php.

setName ( name)

sets $name

Parameters:
string$name
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantStatus

Definition at line 76 of file ParticipantStatus.php.

Here is the caller graph for this function:

setValue ( value = null)

sets $value

Parameters:
string$value
Returns:
Zend_Service_DeveloperGarden_ConferenceCall_ParticipantStatus

Definition at line 98 of file ParticipantStatus.php.


Field Documentation

$name = null

Definition at line 41 of file ParticipantStatus.php.

$value = null

Definition at line 46 of file ParticipantStatus.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations