TimingPoint
Table of Contents
Methods
-
__construct()
: mixed
-
getComment()
: string
-
getDurationTicks()
: int|float
-
getDurationTime()
: float
-
getName()
: string
-
getTimePointTicks()
: int|float
-
hasComment()
: bool
__construct()
public
__construct(int|float $timePoint, int|float $duration, string $name, string $comment) : mixed
Parameters
-
$timePoint
: int|float
-
-
$duration
: int|float
-
-
$name
: string
-
-
$comment
: string
-
public
getComment() : string
getDurationTicks()
public
getDurationTicks() : int|float
getDurationTime()
public
getDurationTime() : float
getName()
public
getName() : string
getTimePointTicks()
public
getTimePointTicks() : int|float
public
hasComment() : bool