PHP Class Symfony\Component\HttpKernel\DataCollector\DumpDataCollector

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

Public Methods

Method 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

Method Description
htmlEncode ( $s )

Method Details

__clone() public method

public __clone ( )

__construct() public method

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

__destruct() public method

public __destruct ( )

collect() public method

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

dump() public method

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

getDumps() public method

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

getDumpsCount() public method

public getDumpsCount ( )

getName() public method

public getName ( )

serialize() public method

public serialize ( )

unserialize() public method

public unserialize ( $data )