LogStatItem
Table of Contents
-
$avgTime
: float
-
$calls
: int
-
$generalEndpoint
: string
-
$method
: string
-
$timeForEndpoint
: float
-
__construct()
: mixed
$avgTime
public
float
$avgTime
$calls
public
int
$calls
$generalEndpoint
public
string
$generalEndpoint
$method
public
string
$method
$timeForEndpoint
public
float
$timeForEndpoint
__construct()
public
__construct(string $method, int $calls, string $generalEndpoint, float $avgTime, float $timeForEndpoint) : mixed
Parameters
-
$method
: string
-
-
$calls
: int
-
-
$generalEndpoint
: string
-
-
$avgTime
: float
-
-
$timeForEndpoint
: float
-
Return values
mixed
—