Home
last modified time | relevance | path

Searched refs:setBalance (Results 1 – 3 of 3) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DeveloperBalanceWallet.php32 public function setBalance(GoogleTypeMoney $balance) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1DeveloperBalanceWallet
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/
H A DBankAccount.php11 protected function setBalance($balance) function in BankAccount
22 $this->setBalance($this->getBalance() + $balance);
29 $this->setBalance($this->getBalance() - $balance);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DBankAccount.php45 protected function setBalance($balance) function in BankAccount
63 $this->setBalance($this->getBalance() + $balance);
77 $this->setBalance($this->getBalance() - $balance);