TranslationMemoryConcordance
extends BaseModel
Table of Contents
Properties
-
$recordId
: int
-
$relevant
: int
-
$source
: string
-
$substituted
: string|null
-
$target
: string
-
$tm
: TranslationMemory
-
$updatedAt
: string|null
Methods
-
__construct()
: mixed
-
getRecordId()
: int
-
getRelevant()
: int
-
getSource()
: string
-
getSubstituted()
: string|null
-
getTarget()
: string
-
getTm()
: TranslationMemory
-
getUpdatedAt()
: string|null
$recordId
protected
int
$recordId
$relevant
protected
int
$relevant
$source
protected
string
$source
$substituted
protected
string|null
$substituted
$target
protected
string
$target
$tm
protected
TranslationMemory
$tm
$updatedAt
protected
string|null
$updatedAt
__construct()
public
__construct(array<string|int, mixed> $data) : mixed
Parameters
-
$data
: array<string|int, mixed>
-
getRecordId()
public
getRecordId() : int
getRelevant()
public
getRelevant() : int
getSource()
public
getSource() : string
getSubstituted()
public
getSubstituted() : string|null
Return values
string|null
getTarget()
public
getTarget() : string
getTm()
public
getTm() : TranslationMemory
getUpdatedAt()
public
getUpdatedAt() : string|null
Return values
string|null