Table of Contents
Properties
-
$approvalProgress
: int
-
$etag
: string|null
-
$languageId
: string
-
$phrases
: array<string|int, mixed>
-
$translationProgress
: int
-
$words
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getApprovalProgress()
: int
-
getEtag()
: string|null
-
getLanguageId()
: string
-
getPhrases()
: array<string|int, mixed>
-
getTranslationProgress()
: int
-
getWords()
: array<string|int, mixed>
-
setEtag()
: void
$approvalProgress
protected
int
$approvalProgress
$etag
protected
string|null
$etag
$languageId
protected
string
$languageId
$phrases
protected
array<string|int, mixed>
$phrases
$translationProgress
protected
int
$translationProgress
$words
protected
array<string|int, mixed>
$words
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getApprovalProgress()
public
getApprovalProgress() : int
getEtag()
public
getEtag() : string|null
Return values
string|null
getLanguageId()
public
getLanguageId() : string
getPhrases()
public
getPhrases() : array<string|int, mixed>
Return values
array<string|int, mixed>
getTranslationProgress()
public
getTranslationProgress() : int
getWords()
public
getWords() : array<string|int, mixed>
Return values
array<string|int, mixed>
setEtag()
public
setEtag(string|null $etag) : void
Parameters
-
$etag
: string|null
-