HumHub Documentation (unofficial)

HtmlDumper extends BaseDumper
in package

FinalYes
Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Properties

$colors  : mixed
$root  : mixed

Methods

dump()  : string
formatNonTemplate()  : string
formatTemplate()  : string
formatTime()  : string
dumpProfile()  : string

Properties

$colors

private static mixed $colors = ['block' => '#dfd', 'macro' => '#ddf', 'template' => '#ffd', 'big' => '#d44']

Methods

formatNonTemplate()

protected formatNonTemplate(Profile $profile, mixed $prefix) : string
Parameters
$profile : Profile
$prefix : mixed
Return values
string

formatTemplate()

protected formatTemplate(Profile $profile, mixed $prefix) : string
Parameters
$profile : Profile
$prefix : mixed
Return values
string

formatTime()

protected formatTime(Profile $profile, mixed $percent) : string
Parameters
$profile : Profile
$percent : mixed
Return values
string

dumpProfile()

private dumpProfile(Profile $profile[, mixed $prefix = '' ][, mixed $sibling = false ]) : string
Parameters
$profile : Profile
$prefix : mixed = ''
$sibling : mixed = false
Return values
string

        
On this page

Search results