TimedDurationContext
in package
FinalYes
Context passed to timed duration resolvers.
Table of Contents
Properties
- $axis : TimeAxis
- $earliestDispatchTime : int
- $edge : MovementEdge
- $from : TimedSlot
- $space : TimedSlotSpace
Methods
- __construct() : mixed
Properties
$axis read-only
public
TimeAxis
$axis
$earliestDispatchTime read-only
public
int
$earliestDispatchTime
$edge read-only
public
MovementEdge
$edge
$from read-only
public
TimedSlot
$from
$space read-only
public
TimedSlotSpace
$space
Methods
__construct()
public
__construct(TimedSlotSpace $space, TimeAxis $axis, TimedSlot $from, MovementEdge $edge, int $earliestDispatchTime) : mixed
Parameters
- $space : TimedSlotSpace
- $axis : TimeAxis
- $from : TimedSlot
- $edge : MovementEdge
- $earliestDispatchTime : int