class TwigDataCollector extends DataCollector implements LateDataCollectorInterface
TwigDataCollector.
Methods
serialize() | from DataCollector | |
unserialize($data) | from DataCollector | |
__construct(Twig_Profiler_Profile $profile) | ||
collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. | ||
lateCollect() Collects data as late as possible. | ||
getTime() | ||
getTemplateCount() | ||
getTemplates() | ||
getBlockCount() | ||
getMacroCount() | ||
getHtmlCallGraph() | ||
getProfile() | ||
string | getName() Returns the name of the collector. |
Details
serialize()
unserialize($data)
__construct(Twig_Profiler_Profile $profile)
collect(Request $request, Response $response, Exception $exception = null)
Collects data for the given Request and Response.
lateCollect()
Collects data as late as possible.
getTime()
getTemplateCount()
getTemplates()
getBlockCount()
getMacroCount()
getHtmlCallGraph()
getProfile()
string getName()
Returns the name of the collector.
Please login to continue.