KanbanCategory implements Item
FinalYes
Table of Contents
Interfaces
Properties
- $code : string
- $id : int
- $isDefault : bool
Methods
- __construct() : mixed
- fromArray() : self
- isDefault() : bool
Properties
$code
public
string
$code
$id
public
int
$id
$isDefault
public
bool
$isDefault
= false
Methods
__construct()
public
__construct(string $code, int $id[, bool $isDefault = false ]) : mixed
Parameters
- $code : string
- $id : int
- $isDefault : bool = false
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
Return values
selfisDefault()
public
isDefault() : bool