PHP Класс Symfony\Component\HttpKernel\DataCollector\DumpDataCollector

Автор: Nicolas Grekas ([email protected])
Наследование: extends DataCollector, implements Symfony\Component\VarDumper\Dumper\DataDumperInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 )