You are here

function TestIntegerFormatter::get in Currency 7.2

Gets a class property.

Parameters

string $name:

Return value

mixed

File

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

Class

TestIntegerFormatter
A testing version of IntegerFormatter.

Namespace

BartFeenstra\Tests\CLDR

Code

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