TextDumper
extends BaseDumper
in package
Tags
Table of Contents
- $root : mixed
- dump() : string
- formatNonTemplate() : string
- formatTemplate() : string
- formatTime() : string
- dumpProfile() : string
Properties
$root
private
mixed
$root
Methods
dump()
public
dump(Profile $profile) : string
Parameters
- $profile : Profile
Return values
string —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