HtmlDescriptor
in package
implements
DumpDescriptorInterface
Describe collected data clones for html output.
Tags
Interfaces, Classes and Traits
Table of Contents
- $dumper : mixed
- $initialized : mixed
- __construct() : mixed
- describe() : void
- extractDate() : string
- renderTags() : string
Properties
$dumper
private
mixed
$dumper
$initialized
private
mixed
$initialized
= false
Methods
__construct()
public
__construct(HtmlDumper $dumper) : mixed
Parameters
- $dumper : HtmlDumper
Return values
mixed —describe()
public
describe(OutputInterface $output, Data $data, array<string|int, mixed> $context, int $clientId) : void
Parameters
- $output : OutputInterface
- $data : Data
- $context : array<string|int, mixed>
- $clientId : int
Return values
void —extractDate()
private
extractDate(array<string|int, mixed> $context[, string $format = 'r' ]) : string
Parameters
- $context : array<string|int, mixed>
- $format : string = 'r'
Return values
string —renderTags()
private
renderTags(array<string|int, mixed> $tags) : string
Parameters
- $tags : array<string|int, mixed>