Overview

Namespaces

  • EmanueleMinotto
    • TwigCacheBundle
      • DataCollector
      • DependencyInjection
      • KeyGenerator
      • Strategy

Classes

  • TwigCacheCollector
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class TwigCacheCollector

EmanueleMinotto\TwigCacheBundle\DataCollector\TwigCacheCollector implements Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface
Namespace: EmanueleMinotto\TwigCacheBundle\DataCollector
Located at DataCollector/TwigCacheCollector.php
Methods summary
public
# collect( Symfony\Component\HttpFoundation\Request $request, Symfony\Component\HttpFoundation\Response $response, Exception $exception = null )
public string
# getName( )

Returns

string
The collector name
public
# setStrategyClass( string $strategyClass )

Parameters

$strategyClass
public
# addFetchBlock( mixed $key, string $output )

Store a fetch request.

Store a fetch request.

Parameters

$key
$output
public
# addGenerateKey( string $annotation, mixed $value )

Store a generateKey request.

Store a generateKey request.

Parameters

$annotation
$value
public array
# getData( )

Get data stored in this profiler.

Get data stored in this profiler.

Returns

array
public
# reset( )

Reset profiler data.

Reset profiler data.

API documentation generated by ApiGen