Свойство | Тип | Описание | |
---|---|---|---|
$defaultOutput |
Свойство | Тип | Описание | |
---|---|---|---|
$colors | |||
$dumpHeader | |||
$dumpId | |||
$dumpPrefix | |||
$dumpSuffix | |||
$headerIsDumped | |||
$lastDepth | |||
$styles |
Метод | Описание | |
---|---|---|
__construct ( $output = null, $charset = null, $flags ) | ||
dump ( Symfony\Component\VarDumper\Cloner\Data $data, $output = null, array $extraDisplayOptions = [] ) | ||
enterHash ( Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $class, $hasChild ) | ||
leaveHash ( Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $class, $hasChild, $cut ) | ||
setDisplayOptions ( array $displayOptions ) | Configures display options. | |
setDumpBoundaries ( string $prefix, string $suffix ) | Sets an HTML prefix and suffix that will encapse every single dump. | |
setDumpHeader ( string $header ) | Sets an HTML header that will be dumped once in the output stream. | |
setStyles ( array $styles ) |
Метод | Описание | |
---|---|---|
dumpLine ( $depth, $endOfValue = false ) | ||
getDumpHeader ( ) | Dumps the HTML header. | |
style ( $style, $value, $attr = [] ) |
Метод | Описание | |
---|---|---|
getSourceLink ( $file, $line ) |
public enterHash ( Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $class, $hasChild ) | ||
$cursor | Symfony\Component\VarDumper\Cloner\Cursor |
public leaveHash ( Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $class, $hasChild, $cut ) | ||
$cursor | Symfony\Component\VarDumper\Cloner\Cursor |
public setDisplayOptions ( array $displayOptions ) | ||
$displayOptions | array | A map of display options to customize the behavior |
public setDumpBoundaries ( string $prefix, string $suffix ) | ||
$prefix | string | The prepended HTML string |
$suffix | string | The appended HTML string |
public setDumpHeader ( string $header ) | ||
$header | string | An HTML string |