Documentation

Translation
in package

Represent a Translation entry for `PersistTranslationsMiddleware`.

Table of Contents

Properties

$englishValue  : mixed
$translatedValue  : mixed

Methods

__construct()  : mixed
C'tor.
getEnglishValue()  : mixed
Getter.
getTranslatedValue()  : mixed
Getter.

Properties

Methods

__construct()

C'tor.

public __construct(string $englishValue, string $translatedValue) : mixed
Parameters
$englishValue : string
$translatedValue : string

getEnglishValue()

Getter.

public getEnglishValue() : mixed
Tags
codeCoverageIgnore

getTranslatedValue()

Getter.

public getTranslatedValue() : mixed
Tags
codeCoverageIgnore

        
On this page

Search results