Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/VoiceButler/CallStatusResponse.php
Go to the documentation of this file.
00001 <?php
00026 require_once 'Zend/Service/DeveloperGarden/Response/VoiceButler/VoiceButlerAbstract.php';
00027 
00036 class Zend_Service_DeveloperGarden_Response_VoiceButler_CallStatusResponse
00037     extends Zend_Service_DeveloperGarden_Response_VoiceButler_VoiceButlerAbstract
00038 {
00043     public function getSessionId()
00044     {
00045         if (isset($this->return->sessionId)) {
00046             return $this->return->sessionId;
00047         }
00048         return null;
00049     }
00050 
00056     public function getConnectionTimeA()
00057     {
00058         if (isset($this->return->connectiontimea)) {
00059             return $this->return->connectiontimea;
00060         }
00061         return null;
00062     }
00063 
00069     public function getConnectionTimeB()
00070     {
00071         if (isset($this->return->connectiontimeb)) {
00072             return $this->return->connectiontimeb;
00073         }
00074         return null;
00075     }
00076 
00082     public function getDescriptionA()
00083     {
00084         if (isset($this->return->descriptiona)) {
00085             return $this->return->descriptiona;
00086         }
00087         return null;
00088     }
00089 
00095     public function getDescriptionB()
00096     {
00097         if (isset($this->return->descriptionb)) {
00098             return $this->return->descriptionb;
00099         }
00100         return null;
00101     }
00102 
00108     public function getReasonA()
00109     {
00110         if (isset($this->return->reasona)) {
00111             return $this->return->reasona;
00112         }
00113         return null;
00114     }
00115 
00121     public function getReasonB()
00122     {
00123         if (isset($this->return->reasonb)) {
00124             return $this->return->reasonb;
00125         }
00126         return null;
00127     }
00128 
00134     public function getStateA()
00135     {
00136         if (isset($this->return->statea)) {
00137             return $this->return->statea;
00138         }
00139         return null;
00140     }
00141 
00147     public function getStateB()
00148     {
00149         if (isset($this->return->stateb)) {
00150             return $this->return->stateb;
00151         }
00152         return null;
00153     }
00154 }
 All Data Structures Namespaces Files Functions Variables Enumerations