You are here

public property IntegerFormatter::$symbol_replacements in Currency 7.2

Replacements for occurrences of the self::SYMBOL_SPECIAL_* constants in $this->pattern.

Keys are any of the self::SYMBOL_SPECIAL_* constants, values are those constants' replacements.

Type: array

File

currency/vendor/bartfeenstra/cldr/src/BartFeenstra/CLDR/IntegerFormatter.php, line 123
Contains class \BartFeenstra\CLDR\IntegerFormatter.

Class

IntegerFormatter
Formats an integer according CLDR number pattern guidelines.

Namespace

BartFeenstra\CLDR

Code

public $symbol_replacements = array();