|
Moodle
2.2.1
http://www.collinsharper.com
|
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 }