$id
$id : string
The category identifier (eg 'zero', 'one', .
.., 'other').
A helper class that handles a single category rules (eg 'zero', 'one', .
..) and its formula and examples.
__construct(string $cldrCategoryId, string $cldrFormulaAndExamples)
Initialize the instance and parse the formula.
string | $cldrCategoryId | The CLDR category identifier (eg 'pluralRule-count-one'). |
string | $cldrFormulaAndExamples | The CLDR formula and examples (eg 'i = 1 and v = 0 @integer 1'). |