You are here

function TestDecimalFormatter::get in Currency 7.2

Gets a class property.

Parameters

string $name:

Return value

mixed

File

currency/vendor/bartfeenstra/cldr/src/BartFeenstra/Tests/CLDR/TestDecimalFormatter.php, line 24
Contains class \BartFeenstra\CLDR\TestDecimalFormatter.

Class

TestDecimalFormatter
A testing version of IntegerFormatter.

Namespace

BartFeenstra\Tests\CLDR

Code

function get($name) {
  return $this->{$name};
}