SlotFlow API Documentation

DemandLineArrival
in package

FinalYes

One quantity becoming available for a demand line at a given time.

Table of Contents

Properties

$quantity  : int|float
Quantity that becomes available at that time.
$time  : int
Time index at which the quantity becomes available at the target.

Methods

__construct()  : mixed
Create one line-availability event.

Properties

$quantity read-only

Quantity that becomes available at that time.

public int|float $quantity

$time read-only

Time index at which the quantity becomes available at the target.

public int $time

Methods

__construct()

Create one line-availability event.

public __construct(int $time, int|float $quantity) : mixed
Parameters
$time : int
$quantity : int|float

        
On this page

Search results