Documentation

Label extends BaseModel
in package

Table of Contents

Properties

$id  : int
$projectId  : int
$title  : string

Methods

__construct()  : mixed
getId()  : int
getProjectId()  : int
getTitle()  : string
setTitle()  : void

Properties

$projectId

protected int $projectId

$title

protected string $title

Methods

__construct()

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

getId()

public getId() : int
Return values
int

getProjectId()

public getProjectId() : int
Return values
int

getTitle()

public getTitle() : string
Return values
string

setTitle()

public setTitle(string $title) : void
Parameters
$title : string

        
On this page

Search results