ScheduleMilestone
in package
FinalYes
One named milestone reached by a movement schedule.
Table of Contents
Properties
Methods
- __construct() : mixed
- Create one schedule milestone.
Properties
$name read-only
public
string
$name
$quantity read-only
public
int|float
$quantity
$slot read-only
public
TimedSlot
$slot
Methods
__construct()
Create one schedule milestone.
public
__construct(string $name, TimedSlot $slot, int|float $quantity) : mixed
Parameters
- $name : string
- $slot : TimedSlot
- $quantity : int|float