AppCollector class
Framework\MVC\Debug\AppCollector
Class AppCollector.
Extends Framework\Debug\Collector
Defined in libraries/mvc/src/Debug/AppCollector.php
Properties #
- $app
- -
- $startTime
- -
- $endTime
- -
- $startMemory
- -
- $endMemory
- -
$app
protected \Framework\MVC\App $app
$startTime
protected float $startTime
$endTime
protected float $endTime
$startMemory
protected int $startMemory
$endMemory
protected int $endMemory
Methods #
- getActivities()
- -
- getContents()
- -
- setApp()
- -
- setEndMemory()
- -
- setEndTime()
- -
- setStartMemory()
- -
- setStartTime()
- -
- getServices()
- -
- renderAvailableServices()
- -
- renderLoadedServices()
- -
getActivities()
public function getActivities(): array
Returns
array
getContents()
public function getContents(): string
Returns
string
setApp()
public function setApp(\Framework\MVC\App $app): static
Parameters
- \Framework\MVC\App $app
Returns
static
setEndMemory()
public function setEndMemory(?int $memoryUsage = NULL): static
Parameters
- ?int $memoryUsage
Returns
static
setEndTime()
public function setEndTime(?float $microtime = NULL): static
Parameters
- ?float $microtime
Returns
static
setStartMemory()
public function setStartMemory(?int $memoryUsage = NULL): static
Parameters
- ?int $memoryUsage
Returns
static
setStartTime()
public function setStartTime(?float $microtime = NULL): static
Parameters
- ?float $microtime
Returns
static
getServices()
protected function getServices(): array
Returns
array
renderAvailableServices()
protected function renderAvailableServices(): string
Returns
string
renderLoadedServices()
protected function renderLoadedServices(): string
Returns
string
Inherited methods #
-
__construct()fromFramework\Debug\Collector -
getName()fromFramework\Debug\Collector -
getSafeName()fromFramework\Debug\Collector -
addData()fromFramework\Debug\Collector -
getData()fromFramework\Debug\Collector -
hasData()fromFramework\Debug\Collector