Label
extends BaseModel
Table of Contents
Properties
-
$id
: int
-
$projectId
: int
-
$title
: string
Methods
-
__construct()
: mixed
-
getId()
: int
-
getProjectId()
: int
-
getTitle()
: string
-
setTitle()
: void
$id
protected
int
$id
$projectId
protected
int
$projectId
$title
protected
string
$title
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-
getId()
public
getId() : int
getProjectId()
public
getProjectId() : int
getTitle()
public
getTitle() : string
setTitle()
public
setTitle(string $title) : void
Parameters
-
$title
: string
-