MediaWiki
REL1_24
|
Helper for CLDRPluralRuleConverter. More...
Public Member Functions | |
__construct ($parser, $type, $rpn, $pos, $length) | |
isType ($type) | |
Public Attributes | |
string | $rpn |
* | |
string | $type |
* |
Helper for CLDRPluralRuleConverter.
An expression object, representing a region of the input string (for error messages), the RPN notation used to evaluate it, and the result type for validation.
Definition at line 18 of file CLDRPluralRuleConverterExpression.php.
CLDRPluralRuleConverterExpression::__construct | ( | $ | parser, |
$ | type, | ||
$ | rpn, | ||
$ | pos, | ||
$ | length | ||
) |
Definition at line 23 of file CLDRPluralRuleConverterExpression.php.
References CLDRPluralRuleConverterFragment\$length, CLDRPluralRuleConverterFragment\$parser, CLDRPluralRuleConverterFragment\$pos, $rpn, $type, and type.
Definition at line 29 of file CLDRPluralRuleConverterExpression.php.
string CLDRPluralRuleConverterExpression::$rpn |
string CLDRPluralRuleConverterExpression::$type |