__construct()
getLeftDenotation()
getNullDenotation()
setLeftDenotationGetter()
setNullDenotationGetter()
$first
$id
$leftBindingPower
$parser
$second
$third
$value
$leftDenotationGetter
$nullDenotationGetter
Parser symbol.
All properties in the symbol are defined as public for easier and faster access from the applied closures. An exception are the closure properties themselves, as they have to be accessed via the appropriate getter and setter methods.
__construct(\Zend\I18n\Translator\Plural\Parser $parser, string $id, int $leftBindingPower)
getLeftDenotation(\Zend\I18n\Translator\Plural\Symbol $left) : \Zend\I18n\Translator\Plural\Symbol
setLeftDenotationGetter(\Closure $getter) : \Zend\I18n\Translator\Plural\Symbol
setNullDenotationGetter(\Closure $getter) : \Zend\I18n\Translator\Plural\Symbol
$id : string
$leftBindingPower : int
$value : mixed
$leftDenotationGetter : \Zend\I18n\Translator\Plural\callable
$nullDenotationGetter : \Zend\I18n\Translator\Plural\callable