Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/VoiceButler/NewCallSequenced.php
Go to the documentation of this file.
00001 <?php
00026 require_once 'Zend/Service/DeveloperGarden/Request/VoiceButler/NewCall.php';
00027 
00036 class Zend_Service_DeveloperGarden_Request_VoiceButler_NewCallSequenced
00037     extends Zend_Service_DeveloperGarden_Request_VoiceButler_NewCall
00038 {
00044     public $bNumber = null;
00045 
00051     public $maxWait = null;
00052 
00056     public function getBNumber()
00057     {
00058         return $this->bNumber;
00059     }
00060 
00065     /*public function setBNumber(array $bNumber)
00066     {
00067         $this->bNumber = $bNumber;
00068         return $this;
00069     }*/
00070 
00076     public function getMaxWait()
00077     {
00078         return $this->maxWait;
00079     }
00080 
00087     public function setMaxWait($maxWait)
00088     {
00089         $this->maxWait = $maxWait;
00090         return $this;
00091     }
00092 }
 All Data Structures Namespaces Files Functions Variables Enumerations