Documentation

Twig_Profiler_Dumper_Base extends BaseDumper
in package

Tags
deprecated

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

Table of Contents

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

Properties

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