TranslationMemorySegmentRecord
extends BaseModel
Table of Contents
Properties
-
$createdAt
: string|null
-
$createdBy
: int
-
$id
: int
-
$languageId
: string
-
$text
: string
-
$updatedAt
: string|null
-
$updatedBy
: int
-
$usageCount
: int
Methods
-
__construct()
: mixed
-
getCreatedAt()
: string|null
-
getCreatedBy()
: int
-
getId()
: int
-
getLanguageId()
: string
-
getText()
: string
-
getUpdatedAt()
: string|null
-
getUpdatedBy()
: int
-
getUsageCount()
: int
-
setCreatedAt()
: void
-
setCreatedBy()
: void
-
setId()
: void
-
setLanguageId()
: void
-
setText()
: void
-
setUpdatedAt()
: void
-
setUpdatedBy()
: void
-
setUsageCount()
: void
$createdAt
protected
string|null
$createdAt
$createdBy
protected
int
$createdBy
$id
protected
int
$id
$languageId
protected
string
$languageId
$text
protected
string
$text
$updatedAt
protected
string|null
$updatedAt
$updatedBy
protected
int
$updatedBy
$usageCount
protected
int
$usageCount
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getCreatedAt()
public
getCreatedAt() : string|null
Return values
string|null
getCreatedBy()
public
getCreatedBy() : int
getId()
public
getId() : int
getLanguageId()
public
getLanguageId() : string
getText()
public
getText() : string
getUpdatedAt()
public
getUpdatedAt() : string|null
Return values
string|null
getUpdatedBy()
public
getUpdatedBy() : int
getUsageCount()
public
getUsageCount() : int
setCreatedAt()
public
setCreatedAt(string|null $createdAt) : void
Parameters
-
$createdAt
: string|null
-
setCreatedBy()
public
setCreatedBy(int $createdBy) : void
Parameters
-
$createdBy
: int
-
setId()
public
setId(int $id) : void
Parameters
-
$id
: int
-
setLanguageId()
public
setLanguageId(string $languageId) : void
Parameters
-
$languageId
: string
-
setText()
public
setText(string $text) : void
Parameters
-
$text
: string
-
setUpdatedAt()
public
setUpdatedAt(string|null $updatedAt) : void
Parameters
-
$updatedAt
: string|null
-
setUpdatedBy()
public
setUpdatedBy(int $updatedBy) : void
Parameters
-
$updatedBy
: int
-
setUsageCount()
public
setUsageCount(int $usageCount) : void
Parameters
-
$usageCount
: int
-