Documentation

AiTranslation extends BaseModel
in package

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>

Properties

$translations

protected array<string|int, mixed> $translations

Methods

__construct()

public __construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
$data : array<string|int, mixed> = []

getSourceLanguageId()

public getSourceLanguageId() : string
Return values
string

getTargetLanguageId()

public getTargetLanguageId() : string
Return values
string

getTranslations()

public getTranslations() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results