Documentation

Twig_Profiler_Dumper_Html extends HtmlDumper
in package

Tags
deprecated

since Twig 2.7, use "Twig\Profiler\Dumper\HtmlDumper" instead

Table of Contents

$colors  : mixed
$root  : mixed
dump()  : mixed
formatNonTemplate()  : mixed
formatTemplate()  : mixed
formatTime()  : mixed
dumpProfile()  : string

Properties

$colors

private static mixed $colors = ['block' => '#dfd', 'macro' => '#ddf', 'template' => '#ffd', 'big' => '#d44']

Methods

formatNonTemplate()

protected abstract formatNonTemplate(Profile $profile, mixed $prefix) : mixed
Parameters
$profile : Profile
$prefix : mixed
Return values
mixed

formatTemplate()

protected abstract formatTemplate(Profile $profile, mixed $prefix) : mixed
Parameters
$profile : Profile
$prefix : mixed
Return values
mixed

formatTime()

protected abstract formatTime(Profile $profile, mixed $percent) : mixed
Parameters
$profile : Profile
$percent : mixed
Return values
mixed

dumpProfile()

private dumpProfile(Profile $profile[, mixed $prefix = '' ][, mixed $sibling = false ]) : string
Parameters
$profile : Profile
$prefix : mixed = ''
$sibling : mixed = false
Return values
string

Search results