Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Service/DeveloperGarden/Request/BaseUserService/GetAccountBalance.php
Go to the documentation of this file.
00001 <?php
00031 class Zend_Service_DeveloperGarden_Request_BaseUserService_GetAccountBalance
00032 {
00038     public $Account = array();
00039 
00046     public function __construct(array $Account = array())
00047     {
00048         $this->setAccount($Account);
00049     }
00050 
00057     public function setAccount(array $Account = array())
00058     {
00059         $this->Account = $Account;
00060         return $this;
00061     }
00062 
00068     public function getAccount()
00069     {
00070         return $this->Account;
00071     }
00072 }
 All Data Structures Namespaces Files Functions Variables Enumerations