Demand
in package
FinalYes
Multi-line demand to be promised or scheduled together.
Table of Contents
Properties
- $lines : array<string|int, mixed>
- Requested order lines to plan together.
Methods
- __construct() : mixed
- Create one multi-line demand.
Properties
$lines read-only
Requested order lines to plan together.
public
array<string|int, mixed>
$lines
Methods
__construct()
Create one multi-line demand.
public
__construct(array<int, DemandLine> $lines) : mixed
Parameters
- $lines : array<int, DemandLine>