Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
BankAccount.php
»
BankAccount
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
protected property BankAccount::$balance
Same name in this branch
8.x drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/BankAccount.php
\BankAccount::balance
8.x drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccount.php
\BankAccount::balance
The bank account's balance.
Type:
float
File
drupal/
core/
vendor/
phpunit/
phpunit/
Tests/
_files/
BankAccount.php
, line 64
Class
BankAccount
A bank account.
Code
protected $balance =
0
;