[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/languages/utils/ -> CLDRPluralRuleConverterOperator.php (summary)

(no description)

Author: Niklas Laxström, Tim Starling
Copyright: Copyright © 2010-2012, Niklas Laxström
License: http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
File Size: 114 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

CLDRPluralRuleConverterOperator:: (2 methods):
  __construct()
  operate()


Class: CLDRPluralRuleConverterOperator  - X-Ref

Helper for CLDRPluralRuleConverter.
An operator object, representing a region of the input string (for error
messages), and the binary operator at that location.

__construct( $parser, $name, $pos, $length )   X-Ref
Initialize a new instance of a CLDRPluralRuleConverterOperator object

param: CLDRPluralRuleConverter $parser The parser
param: string $name The operator name
param: int $pos The length
param: int $length

operate( $left, $right )   X-Ref
Compute the operation

param: CLDRPluralRuleConverterExpression $left The left part of the expression
param: CLDRPluralRuleConverterExpression $right The right part of the expression
return: CLDRPluralRuleConverterExpression The result of the operation



Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1