TranslationMemorySegment
extends BaseModel
in package
Table of Contents
Properties
- $id : int
- $records : array<string|int, TranslationMemorySegmentRecord>
Methods
- __construct() : mixed
- getId() : int
- getRecords() : array<string|int, TranslationMemorySegmentRecord>
- setId() : void
- setRecords() : void
Properties
$id
protected
int
$id
$records
protected
array<string|int, TranslationMemorySegmentRecord>
$records
Methods
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
- $data : array<string|int, mixed> = []
getId()
public
getId() : int
Return values
intgetRecords()
public
getRecords() : array<string|int, TranslationMemorySegmentRecord>
Return values
array<string|int, TranslationMemorySegmentRecord>setId()
public
setId(int $id) : void
Parameters
- $id : int
setRecords()
public
setRecords(array<string|int, TranslationMemorySegmentRecord> $records) : void
Parameters
- $records : array<string|int, TranslationMemorySegmentRecord>