AiTranslation
extends BaseModel
Table of Contents
Properties
-
$sourceLanguageId
: string
-
$targetLanguageId
: string
-
$translations
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getSourceLanguageId()
: string
-
getTargetLanguageId()
: string
-
getTranslations()
: array<string|int, mixed>
$sourceLanguageId
protected
string
$sourceLanguageId
$targetLanguageId
protected
string
$targetLanguageId
$translations
protected
array<string|int, mixed>
$translations
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getSourceLanguageId()
public
getSourceLanguageId() : string
getTargetLanguageId()
public
getTargetLanguageId() : string
getTranslations()
public
getTranslations() : array<string|int, mixed>
Return values
array<string|int, mixed>