Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/DeveloperGarden/ConferenceCall/Participant.php
Go to the documentation of this file.
00001 <?php
00026 require_once 'Zend/Validate/Ip.php';
00027 
00036 class Zend_Service_DeveloperGarden_ConferenceCall_Participant
00037 {
00041     public $detail = null;
00042 
00046     public $participantId = null;
00047 
00051     public $status = null;
00052 
00058     public function getDetail()
00059     {
00060         return $this->detail;
00061     }
00062 
00068     public function getParticipantId()
00069     {
00070         return $this->participantId;
00071     }
00072 
00080     public function getStatus()
00081     {
00082         return $this->status;
00083     }
00084 }
 All Data Structures Namespaces Files Functions Variables Enumerations