Branch Class¶
- class Branch¶
Represents a Branch in a Kanban diagram
- __construct(string $name, ?int $order)¶
Creates a new Branch
- Parameters:
$name (
string) – The Branch name$order (
?int) – The Branch rendering order (default: render in the order defined)
- Returns:
A new instance of
Branch- Return type:
- Throws:
InvalidArgumentException if $order < 1