MachineTranslationEngine
extends BaseModel
Table of Contents
Properties
-
$credentials
: array<string|int, mixed>
-
$groupId
: int
-
$id
: int
-
$name
: string
-
$projectIds
: array<string|int, mixed>
-
$type
: string
Methods
-
__construct()
: mixed
-
getCredentials()
: array<string|int, mixed>
-
getGroupId()
: int
-
getId()
: int
-
getName()
: string
-
getProjectIds()
: array<string|int, mixed>
-
getType()
: string
-
setCredentials()
: void
-
setName()
: void
-
setType()
: void
$credentials
protected
array<string|int, mixed>
$credentials
$groupId
protected
int
$groupId
$id
protected
int
$id
$name
protected
string
$name
$projectIds
protected
array<string|int, mixed>
$projectIds
$type
protected
string
$type
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCredentials()
public
getCredentials() : array<string|int, mixed>
Return values
array<string|int, mixed>
getGroupId()
public
getGroupId() : int
getId()
public
getId() : int
getName()
public
getName() : string
getProjectIds()
public
getProjectIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
getType()
public
getType() : string
setCredentials()
public
setCredentials(array<string|int, mixed> $credentials) : void
Parameters
-
$credentials
: array<string|int, mixed>
-
setName()
public
setName(string $name) : void
Parameters
-
$name
: string
-
setType()
public
setType(string $type) : void
Parameters
-
$type
: string
-