|
Moodle
2.2.1
http://www.collinsharper.com
|
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 }