ParserLocalizer
in package
implements
LocalizerInterface
FinalYes
Table of Contents
Interfaces
Properties
- $falseLabels : array<string, string>
- $positiveLabels : array<string, string>
- $rowLabels : array<string, string>
- $textLabels : array<string, string>
- $trueLabels : array<string, string>
Methods
- __construct() : self
- Create a new ParserLocalizer
- getAllTranslationsForString() : array<string, string>
Properties
$falseLabels
private
array<string, string>
$falseLabels
$positiveLabels
private
array<string, string>
$positiveLabels
$rowLabels
private
array<string, string>
$rowLabels
$textLabels
private
array<string, string>
$textLabels
$trueLabels
private
array<string, string>
$trueLabels
Methods
__construct()
Create a new ParserLocalizer
public
__construct([null|array<string, string> $rowLabels = null ][, null|array<string, string> $positiveLabels = null ][, null|array<string, string> $textLabels = null ][, null|array<string, string> $trueLabels = null ][, null|array<string, string> $falseLabels = null ]) : self
Parameters
- $rowLabels : null|array<string, string> = null
- $positiveLabels : null|array<string, string> = null
- $textLabels : null|array<string, string> = null
- $trueLabels : null|array<string, string> = null
- $falseLabels : null|array<string, string> = null
Return values
selfgetAllTranslationsForString()
public
getAllTranslationsForString(string $translateString) : array<string, string>
Parameters
- $translateString : string