\Phug\Renderer\ProfilerDump

Summary

Methods
Properties
Constants
__construct()
dump()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
dumpArray()
getExposedProperties()
dumpObject()
dumpValue()
$object
N/A

Properties

$object

$object : 

Type

Methods

__construct()

__construct(  $object) 

Parameters

$object

dump()

dump() : string

Return a simplified dump of an object/value.

Returns

string

dumpArray()

dumpArray(  $object,   $deep,   $maxDeep = 3) 

Parameters

$object
$deep
$maxDeep

getExposedProperties()

getExposedProperties(  $object,   $deep) 

Parameters

$object
$deep

dumpObject()

dumpObject(  $object,   $deep,   $maxDeep = 3) 

Parameters

$object
$deep
$maxDeep

dumpValue()

dumpValue(  $object,   $deep,   $maxDeep = 3) 

Parameters

$object
$deep
$maxDeep