示例#1
0
 /**
  * @return float
  */
 public function getBalance()
 {
     return $this->bank->getBalance($this->customer);
 }