You are here

TestDecimalFormatter.php in Currency 7.2

Contains class \BartFeenstra\CLDR\TestDecimalFormatter.

File

currency/vendor/bartfeenstra/cldr/src/BartFeenstra/Tests/CLDR/TestDecimalFormatter.php
View source
<?php

/**
 * @file
 * Contains class \BartFeenstra\CLDR\TestDecimalFormatter.
 */
namespace BartFeenstra\Tests\CLDR;

use BartFeenstra\CLDR\DecimalFormatter;

/**
 * A testing version of IntegerFormatter.
 */
class TestDecimalFormatter extends DecimalFormatter {

  /**
   * Gets a class property.
   *
   * @param string $name
   *
   * @return mixed
   */
  function get($name) {
    return $this->{$name};
  }

}

Classes

Namesort descending Description
TestDecimalFormatter A testing version of IntegerFormatter.