Documentation

ParserLocalizer
in package
implements LocalizerInterface

FinalYes

Table of Contents

Interfaces

LocalizerInterface

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

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
self

getAllTranslationsForString()

public getAllTranslationsForString(string $translateString) : array<string, string>
Parameters
$translateString : string
Return values
array<string, string>

        
On this page

Search results