PreTranslation
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
- PreTranslation constructor.
- 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
$attributes
protected
array<string|int, mixed>
$attributes
$createdAt
protected
string
$createdAt
$finishedAt
protected
string
$finishedAt
$identifier
protected
string
$identifier
$progress
protected
int
$progress
$startedAt
protected
string
$startedAt
$status
protected
string
$status
$updatedAt
protected
string
$updatedAt
Methods
__construct()
PreTranslation constructor.
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>getCreatedAt()
public
getCreatedAt() : string
Return values
stringgetFinishedAt()
public
getFinishedAt() : string
Return values
stringgetIdentifier()
public
getIdentifier() : string
Return values
stringgetProgress()
public
getProgress() : int
Return values
intgetStartedAt()
public
getStartedAt() : string
Return values
stringgetStatus()
public
getStatus() : string
Return values
stringgetUpdatedAt()
public
getUpdatedAt() : string
Return values
stringsetAttributes()
public
setAttributes(array<string|int, mixed> $attributes) : void
Parameters
- $attributes : array<string|int, mixed>
setCreatedAt()
public
setCreatedAt(string $createdAt) : void
Parameters
- $createdAt : string
setFinishedAt()
public
setFinishedAt(string $finishedAt) : void
Parameters
- $finishedAt : string
setIdentifier()
public
setIdentifier(string $identifier) : void
Parameters
- $identifier : string
setProgress()
public
setProgress(int $progress) : void
Parameters
- $progress : int
setStartedAt()
public
setStartedAt(string $startedAt) : void
Parameters
- $startedAt : string
setStatus()
public
setStatus(string $status) : void
Parameters
- $status : string
setUpdatedAt()
public
setUpdatedAt(string $updatedAt) : void
Parameters
- $updatedAt : string