PHP 클래스 Symfony\Component\VarDumper\Dumper\HtmlDumper

저자: Nicolas Grekas ([email protected])
상속: extends Symfony\Component\VarDumper\Dumper\CliDumper
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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 )

메소드 상세

__construct() 공개 메소드

public __construct ( $output = null, $charset = null, $flags )

dump() 공개 메소드

public dump ( Symfony\Component\VarDumper\Cloner\Data $data, $output = null, array $extraDisplayOptions = [] )
$data Symfony\Component\VarDumper\Cloner\Data
$extraDisplayOptions array

dumpLine() 보호된 메소드

protected dumpLine ( $depth, $endOfValue = false )

enterHash() 공개 메소드

public enterHash ( Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $class, $hasChild )
$cursor Symfony\Component\VarDumper\Cloner\Cursor

getDumpHeader() 보호된 메소드

Dumps the HTML header.
protected getDumpHeader ( )

leaveHash() 공개 메소드

public leaveHash ( Symfony\Component\VarDumper\Cloner\Cursor $cursor, $type, $class, $hasChild, $cut )
$cursor Symfony\Component\VarDumper\Cloner\Cursor

setDisplayOptions() 공개 메소드

Configures display options.
public setDisplayOptions ( array $displayOptions )
$displayOptions array A map of display options to customize the behavior

setDumpBoundaries() 공개 메소드

Sets an HTML prefix and suffix that will encapse every single dump.
public setDumpBoundaries ( string $prefix, string $suffix )
$prefix string The prepended HTML string
$suffix string The appended HTML string

setDumpHeader() 공개 메소드

Sets an HTML header that will be dumped once in the output stream.
public setDumpHeader ( string $header )
$header string An HTML string

setStyles() 공개 메소드

public setStyles ( array $styles )
$styles array

style() 보호된 메소드

protected style ( $style, $value, $attr = [] )

프로퍼티 상세

$colors 보호되어 있는 프로퍼티

protected $colors

$defaultOutput 공개적으로 정적으로 프로퍼티

public static $defaultOutput

$dumpHeader 보호되어 있는 프로퍼티

protected $dumpHeader

$dumpId 보호되어 있는 프로퍼티

protected $dumpId

$dumpPrefix 보호되어 있는 프로퍼티

protected $dumpPrefix

$dumpSuffix 보호되어 있는 프로퍼티

protected $dumpSuffix

$headerIsDumped 보호되어 있는 프로퍼티

protected $headerIsDumped

$lastDepth 보호되어 있는 프로퍼티

protected $lastDepth

$styles 보호되어 있는 프로퍼티

protected $styles