PHP 클래스 Symfony\Component\HttpKernel\DataCollector\DumpDataCollector

저자: Nicolas Grekas ([email protected])
상속: extends DataCollector, implements Symfony\Component\VarDumper\Dumper\DataDumperInterface
파일 보기 프로젝트 열기: tchwork/debug-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__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 )

비공개 메소드들

메소드 설명
htmlEncode ( $s )

메소드 상세

__clone() 공개 메소드

public __clone ( )

__construct() 공개 메소드

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

__destruct() 공개 메소드

public __destruct ( )

collect() 공개 메소드

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

dump() 공개 메소드

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

getDumps() 공개 메소드

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

getDumpsCount() 공개 메소드

public getDumpsCount ( )

getName() 공개 메소드

public getName ( )

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )