Label
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.