1444. Class

1444.1. Zend\I18n\Translator\Plural\Symbol

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.

1444.1.1. Methods

1444.1.1.1. __construct

__construct()

Create a new symbol.

Parameters:
  • Parser
  • string
  • integer

1444.1.1.2. setNullDenotationGetter

setNullDenotationGetter()

Set the null denotation getter.

Parameters:Closure
Return type:Symbol

1444.1.1.3. setLeftDenotationGetter

setLeftDenotationGetter()

Set the left denotation getter.

Parameters:Closure
Return type:Symbol

1444.1.1.4. getNullDenotation

getNullDenotation()

Get null denotation.

Return type:Symbol

1444.1.1.5. getLeftDenotation

getLeftDenotation()

Get left denotation.

Parameters:Symbol
Throws ExceptionParseException:
 
Return type:Symbol