ReviewedSourceFileBuild
extends BaseModel
Table of Contents
Properties
-
$attributes
: array<string|int, mixed>
-
$id
: int
-
$progress
: int
-
$projectId
: int
-
$status
: string
Methods
-
__construct()
: mixed
-
getAttributes()
: array<string|int, mixed>
-
getId()
: int
-
getProgress()
: int
-
getProjectId()
: int
-
getStatus()
: string
-
setAttributes()
: void
-
setId()
: void
-
setProgress()
: void
-
setProjectId()
: void
-
setStatus()
: void
$attributes
protected
array<string|int, mixed>
$attributes
$id
protected
int
$id
$progress
protected
int
$progress
$projectId
protected
int
$projectId
$status
protected
string
$status
__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>
getId()
public
getId() : int
getProgress()
public
getProgress() : int
getProjectId()
public
getProjectId() : int
getStatus()
public
getStatus() : string
setAttributes()
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
-