You are here

TestIntegerFormatter.php in Currency 7.2

Contains class \BartFeenstra\CLDR\TestIntegerFormatter.

File

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

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

use BartFeenstra\CLDR\IntegerFormatter;

/**
 * A testing version of IntegerFormatter.
 */
class TestIntegerFormatter extends IntegerFormatter {

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

}

Classes

Namesort descending Description
TestIntegerFormatter A testing version of IntegerFormatter.