DumpOptions
final class DumpOptions (View source)
Methods
__construct(int $maxDepth = 6, int $maxItems = 100, int $maxStringLength = 2000, bool $showPrivateProperties = true, bool $showProtectedProperties = true, bool $showObjectIds = true, bool $includeHtmlStyles = true)
maxDepth()
int
maxItems()
int
int
bool
bool
bool
bool
Details
__construct
__construct(int $maxDepth = 6, int $maxItems = 100, int $maxStringLength = 2000, bool $showPrivateProperties = true, bool $showProtectedProperties = true, bool $showObjectIds = true, bool $includeHtmlStyles = true)
No description
maxDepth
int
maxDepth()
No description
maxItems
int
maxItems()
No description
maxStringLength
int
maxStringLength()
No description
showPrivateProperties
bool
showPrivateProperties()
No description
showProtectedProperties
bool
showProtectedProperties()
No description
showObjectIds
bool
showObjectIds()
No description
includeHtmlStyles
bool
includeHtmlStyles()
No description