TwigDataCollector
class TwigDataCollector extends DataCollector implements LateDataCollectorInterface
TwigDataCollector.
Methods
__construct(Twig_Profiler_Profile $profile)
No description
lateCollect()
Collects data as late as possible.
getTime()
No description
getTemplateCount()
No description
getTemplates()
No description
getBlockCount()
No description
getMacroCount()
No description
getHtmlCallGraph()
No description
getProfile()
No description
string
getName()
Returns the name of the collector.
Details
in DataCollector at line line 33
serialize()
in DataCollector at line line 38
unserialize($data)
at line line 29
__construct(Twig_Profiler_Profile $profile)
at line line 37
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
at line line 44
lateCollect()
Collects data as late as possible.
at line line 49
getTime()
at line line 54
getTemplateCount()
at line line 59
getTemplates()
at line line 64
getBlockCount()
at line line 69
getMacroCount()
at line line 74
getHtmlCallGraph()
at line line 93
getProfile()
at line line 151
string
getName()
Returns the name of the collector.