Twig_Profiler_Dumper_Text
extends TextDumper
in package
Tags
Table of Contents
- $root : mixed
- dump() : mixed
- formatNonTemplate() : mixed
- formatTemplate() : mixed
- formatTime() : mixed
- dumpProfile() : string
Properties
$root
private
mixed
$root
Methods
dump()
public
dump(Profile $profile) : mixed
Parameters
- $profile : Profile
Return values
mixed —formatNonTemplate()
protected
abstract formatNonTemplate(Profile $profile, mixed $prefix) : mixed
Parameters
- $profile : Profile
- $prefix : mixed
Return values
mixed —formatTemplate()
protected
abstract formatTemplate(Profile $profile, mixed $prefix) : mixed
Parameters
- $profile : Profile
- $prefix : mixed
Return values
mixed —formatTime()
protected
abstract formatTime(Profile $profile, mixed $percent) : mixed
Parameters
- $profile : Profile
- $percent : mixed
Return values
mixed —dumpProfile()
private
dumpProfile(Profile $profile[, mixed $prefix = '' ][, mixed $sibling = false ]) : string
Parameters
- $profile : Profile
- $prefix : mixed = ''
- $sibling : mixed = false