Documentation

ReviewedSourceFileBuild extends BaseModel
in package

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

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