CacheCollector class
Framework\Cache\Debug\CacheCollector
Class CacheCollector.
Extends Framework\Debug\Collector
Defined in libraries/cache/src/Debug/CacheCollector.php
Properties #
- $info
- -
$info
protected array $info
Methods #
- getActivities()
- -
- getContents()
- -
- setInfo()
- -
- getCommandsTime()
- -
- getHandler()
- -
- getSerializer()
- -
- renderCommands()
- -
getActivities()
public function getActivities(): array
Returns
array
getContents()
public function getContents(): string
Returns
string
setInfo()
public function setInfo(array $info): static
Parameters
- array $info
Returns
static
getCommandsTime()
protected function getCommandsTime(): float
Returns
float
getHandler()
protected function getHandler(): string
Returns
string
getSerializer()
protected function getSerializer(): string
Returns
string
renderCommands()
protected function renderCommands(): 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