Table of Contents
-
TYPE_PASSENGER
= 2
-
TYPE_REMOVE
= 0
-
TYPE_RIDER
= 1
-
$causedByRider
: bool
-
$fromActorUniqueId
: int
-
$immediate
: bool
-
$toActorUniqueId
: int
-
$type
: int
-
__construct()
: mixed
TYPE_PASSENGER
public
mixed
TYPE_PASSENGER
= 2
TYPE_REMOVE
public
mixed
TYPE_REMOVE
= 0
TYPE_RIDER
public
mixed
TYPE_RIDER
= 1
$causedByRider
public
bool
$causedByRider
$fromActorUniqueId
public
int
$fromActorUniqueId
public
bool
$immediate
$toActorUniqueId
public
int
$toActorUniqueId
$type
public
int
$type
__construct()
public
__construct(int $fromActorUniqueId, int $toActorUniqueId, int $type, bool $immediate, bool $causedByRider) : mixed
Parameters
-
$fromActorUniqueId
: int
-
-
$toActorUniqueId
: int
-
-
$type
: int
-
-
$immediate
: bool
-
-
$causedByRider
: bool
-
Return values
mixed
—