|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00031 class Zend_Service_DeveloperGarden_ConferenceCall_ConferenceAccount 00032 { 00038 public $billingtype = null; 00039 00045 public $account = null; 00046 00050 public function getAccount() 00051 { 00052 return $this->account; 00053 } 00054 00058 public function getBillingType() 00059 { 00060 return $this->billingtype; 00061 } 00062 }