TranslationProjectBuild
extends BaseModel
in package
Table of Contents
Properties
- $attributes : array<string|int, mixed>
- $id : int
- $progress : int
- $projectId : int
- $status : string
Methods
- __construct() : mixed
- TranslationProjectBuild constructor.
- getAttributes() : array<string|int, mixed>
- getId() : int
- getProgress() : int
- getProjectId() : int
- getStatus() : string
- setAttributes() : void
- setId() : void
- setProgress() : void
- setProjectId() : void
- setStatus() : void
Properties
$attributes
protected
array<string|int, mixed>
$attributes
$id
protected
int
$id
$progress
protected
int
$progress
$projectId
protected
int
$projectId
$status
protected
string
$status
Methods
__construct()
TranslationProjectBuild 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>getId()
public
getId() : int
Return values
intgetProgress()
public
getProgress() : int
Return values
intgetProjectId()
public
getProjectId() : int
Return values
intgetStatus()
public
getStatus() : string
Return values
stringsetAttributes()
public
setAttributes(array<string|int, mixed> $attributes) : void
Parameters
- $attributes : array<string|int, mixed>
setId()
public
setId(int $id) : void
Parameters
- $id : int
setProgress()
public
setProgress(int $progress) : void
Parameters
- $progress : int
setProjectId()
public
setProjectId(int $projectId) : void
Parameters
- $projectId : int
setStatus()
public
setStatus(string $status) : void
Parameters
- $status : string