Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/DeveloperGarden/Response/SmsValidation/ValidatedNumber.php
Go to the documentation of this file.
00001 <?php
00031 class Zend_Service_DeveloperGarden_Response_SmsValidation_ValidatedNumber
00032 {
00037     public $number = null;
00038 
00043     public $validUntil = null;
00044 
00050     public function getNumber()
00051     {
00052         return $this->number;
00053     }
00054 
00060     public function getValidUntil()
00061     {
00062         return $this->validUntil;
00063     }
00064 }
 All Data Structures Namespaces Files Functions Variables Enumerations