class WebProfilerExtension extends ProfilerExtension

Twig extension for the profiler.

Methods

__construct(HtmlDumper $dumper = null)

No description

enter(Profile $profile)

No description

leave(Profile $profile)

No description

getFunctions()

{@inheritdoc}

dumpData(Environment $env, Data $data, $maxDepth = 0)

No description

dumpLog(Environment $env, $message, Data $context = null)

No description

getName()

{@inheritdoc}

Details

__construct(HtmlDumper $dumper = null)

Parameters

HtmlDumper $dumper

enter(Profile $profile)

Parameters

Profile $profile

leave(Profile $profile)

Parameters

Profile $profile

getFunctions()

{@inheritdoc}

dumpData(Environment $env, Data $data, $maxDepth = 0)

Parameters

Environment $env
Data $data
$maxDepth

dumpLog(Environment $env, $message, Data $context = null)

Parameters

Environment $env
$message
Data $context

getName()

{@inheritdoc}