Documentation

TranslationMemorySegmentRecord extends BaseModel
in package

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

Properties

Methods

__construct()

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

        
On this page

Search results