Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/VoiceButler/NewCallResponse.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_NewCallResponse
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 __toString()
00057     {
00058         return $this->getSessionId();
00059     }
00060 }
 All Data Structures Namespaces Files Functions Variables Enumerations