MediaWiki
1.23.2
|
Helper for CLDRPluralRuleConverter. More...
Public Member Functions | |
__construct ( $parser, $type, $rpn, $pos, $length) | |
isType ( $type) | |
Public Member Functions inherited from CLDRPluralRuleConverter_Fragment | |
__construct ( $parser, $pos, $length) | |
error ( $message) | |
getText () | |
Public Attributes | |
string | $rpn |
string | $type |
Public Attributes inherited from CLDRPluralRuleConverter_Fragment | |
$end | |
$length | |
$parser | |
$pos | |
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 19 of file CLDRPluralRuleConverter_Expression.php.
CLDRPluralRuleConverter_Expression::__construct | ( | $parser, | |
$type, | |||
$rpn, | |||
$pos, | |||
$length | |||
) |
Definition at line 24 of file CLDRPluralRuleConverter_Expression.php.
References CLDRPluralRuleConverter_Fragment\$length, CLDRPluralRuleConverter_Fragment\$parser, CLDRPluralRuleConverter_Fragment\$pos, $rpn, $type, and type.
CLDRPluralRuleConverter_Expression::isType | ( | $type | ) |
Definition at line 30 of file CLDRPluralRuleConverter_Expression.php.
string CLDRPluralRuleConverter_Expression::$rpn |
string CLDRPluralRuleConverter_Expression::$type |
Definition at line 20 of file CLDRPluralRuleConverter_Expression.php.
Referenced by __construct(), and isType().