Table of Contents
Interfaces
- EnvironmentInterface
Properties
-
$isReplaying
: bool
-
$tickTime
: DateTimeInterface
Methods
-
__construct()
: mixed
-
isReplaying()
: bool
-
now()
: DateTimeInterface
-
update()
: void
$isReplaying
protected
bool
$isReplaying
= false
$tickTime
protected
DateTimeInterface
$tickTime
__construct()
public
__construct() : mixed
isReplaying()
public
isReplaying() : bool
now()
public
now() : DateTimeInterface
Return values
DateTimeInterface
update()
public
update(TickInfo $info) : void
Parameters
-
$info
: TickInfo
-