Documentation

TranslationMemoryImport extends BaseModel
in package

Table of Contents

Properties

$attributes  : array<string|int, mixed>
$createdAt  : string
$finishedAt  : string
$identifier  : string
$progress  : int
$startedAt  : string
$status  : string
$updatedAt  : string

Methods

__construct()  : mixed
getAttributes()  : array<string|int, mixed>
getCreatedAt()  : string
getFinishedAt()  : string
getIdentifier()  : string
getProgress()  : int
getStartedAt()  : string
getStatus()  : string
getUpdatedAt()  : string
setAttributes()  : void
setCreatedAt()  : void
setFinishedAt()  : void
setIdentifier()  : void
setProgress()  : void
setStartedAt()  : void
setStatus()  : void
setUpdatedAt()  : void

Properties

Methods

__construct()

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

getAttributes()

public getAttributes() : array<string|int, mixed>
Return values
array<string|int, mixed>

setAttributes()

public setAttributes(array<string|int, mixed> $attributes) : void
Parameters
$attributes : array<string|int, mixed>

        
On this page

Search results