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)
int
int
int
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

Parameters

int $maxDepth
int $maxItems
int $maxStringLength
bool $showPrivateProperties
bool $showProtectedProperties
bool $showObjectIds
bool $includeHtmlStyles

defaults

static DumpOptions defaults()

No description

Return Value

DumpOptions

maxDepth

int maxDepth()

No description

Return Value

int

maxItems

int maxItems()

No description

Return Value

int

maxStringLength

int maxStringLength()

No description

Return Value

int

showPrivateProperties

bool showPrivateProperties()

No description

Return Value

bool

showProtectedProperties

bool showProtectedProperties()

No description

Return Value

bool

showObjectIds

bool showObjectIds()

No description

Return Value

bool

includeHtmlStyles

bool includeHtmlStyles()

No description

Return Value

bool