|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00031 class Zend_Service_DeveloperGarden_BaseUserService_AccountBalance 00032 { 00036 public $Account = null; 00037 00041 public $Credits = null; 00042 00048 public function getAccount() 00049 { 00050 return $this->Account; 00051 } 00052 00058 public function getCredits() 00059 { 00060 return $this->Credits; 00061 } 00062 }