class Label

Methods

__construct(int $id, string $title, string $color, string $projectId, string $createdAt, string $updatedAt, bool $template, string $description, string $type, int $groupId)

Label constructor.

int
getId()

No description

string
getTitle()

No description

string
getColor()

No description

string
getProjectId()

No description

string
getCreatedAt()

No description

string
getUpdatedAt()

No description

bool
isTemplate()

No description

string
getDescription()

No description

string
getType()

No description

int
getGroupId()

No description

Details

at line 75
__construct(int $id, string $title, string $color, string $projectId, string $createdAt, string $updatedAt, bool $template, string $description, string $type, int $groupId)

Label constructor.

Parameters

int $id
string $title
string $color
string $projectId
string $createdAt
string $updatedAt
bool $template
string $description
string $type
int $groupId

at line 92
int getId()

Return Value

int

at line 100
string getTitle()

Return Value

string

at line 108
string getColor()

Return Value

string

at line 116
string getProjectId()

Return Value

string

at line 124
string getCreatedAt()

Return Value

string

at line 132
string getUpdatedAt()

Return Value

string

at line 140
bool isTemplate()

Return Value

bool

at line 148
string getDescription()

Return Value

string

at line 156
string getType()

Return Value

string

at line 164
int getGroupId()

Return Value

int