public function depositMoney($balance) { $this ->setBalance($this ->getBalance() + $balance); return $this ->getBalance(); }