Searched refs:setBalance (Results 1 – 3 of 3) sorted by relevance
11 protected function setBalance($balance) function in BankAccount22 $this->setBalance($this->getBalance() + $balance);29 $this->setBalance($this->getBalance() - $balance);
45 protected function setBalance($balance) function in BankAccount63 $this->setBalance($this->getBalance() + $balance);77 $this->setBalance($this->getBalance() - $balance);
32 public function setBalance(GoogleTypeMoney $balance) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperBalanceWallet