Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/DeveloperGarden/BaseUserService/AccountBalance.php
Go to the documentation of this file.
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 }
 All Data Structures Namespaces Files Functions Variables Enumerations