PHP Class Symfony\Component\HttpKernel\DataCollector\DumpDataCollector

Author: Nicolas Grekas ([email protected])
Inheritance: extends DataCollector, implements Symfony\Component\VarDumper\Dumper\DataDumperInterface
Afficher le fichier Open project: tchwork/debug-bundle Class Usage Examples

Méthodes publiques

Méthode Description
__clone ( )
__construct ( Symfony\Component\Stopwatch\Stopwatch $stopwatch = null, $fileLinkFormat = null, $charset = null )
__destruct ( )
collect ( Request $request, Response $response, Exception $exception = null )
dump ( Symfony\Component\VarDumper\Cloner\Data $data )
getDumps ( $format, $maxDepthLimit, $maxItemsPerDepth )
getDumpsCount ( )
getName ( )
serialize ( )
unserialize ( $data )

Private Methods

Méthode Description
htmlEncode ( $s )

Method Details

__clone() public méthode

public __clone ( )

__construct() public méthode

public __construct ( Symfony\Component\Stopwatch\Stopwatch $stopwatch = null, $fileLinkFormat = null, $charset = null )
$stopwatch Symfony\Component\Stopwatch\Stopwatch

__destruct() public méthode

public __destruct ( )

collect() public méthode

public collect ( Request $request, Response $response, Exception $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception

dump() public méthode

public dump ( Symfony\Component\VarDumper\Cloner\Data $data )
$data Symfony\Component\VarDumper\Cloner\Data

getDumps() public méthode

public getDumps ( $format, $maxDepthLimit, $maxItemsPerDepth )

getDumpsCount() public méthode

public getDumpsCount ( )

getName() public méthode

public getName ( )

serialize() public méthode

public serialize ( )

unserialize() public méthode

public unserialize ( $data )