|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00026 require_once 'Zend/Service/DeveloperGarden/Response/VoiceButler/CallStatusResponse.php'; 00027 00036 class Zend_Service_DeveloperGarden_Response_VoiceButler_CallStatus2Response 00037 extends Zend_Service_DeveloperGarden_Response_VoiceButler_CallStatusResponse 00038 { 00044 public function getBe164() 00045 { 00046 return $this->getBNumber(); 00047 } 00048 00054 public function getBNumber() 00055 { 00056 if (isset($this->return->be164)) { 00057 return $this->return->be164; 00058 } 00059 return null; 00060 } 00061 00069 public function getBNumberIndex() 00070 { 00071 return $this->getBIndex(); 00072 } 00073 00081 public function getBIndex() 00082 { 00083 if (isset($this->return->bindex)) { 00084 return $this->return->bindex; 00085 } 00086 return null; 00087 } 00088 }