ViewHelper: Debug¶
This ViewHelper generates a HTML dump of the tagged variable.
Properties¶
title¶
- Variable type
- String
- Description
- An optional custom title for the debug output.
Default value
- Mandatory
- No
maxDepth¶
- Variable type
- Integer
- Description
- Sets the max recursion depth of the dump. De- or increase the number according to your needs and memory limit.
- Default value
- 8
- Mandatory
- No
plainText¶
- Variable type
- Boolean
- Description
- If TRUE, the dump is in plain text, if FALSE the debug output is in HTML format.
- Default value
- FALSE
- Mandatory
- No
ansiColors¶
- Variable type
- Boolean
- Description
- If TRUE, ANSI color codes are added to the plaintext output, if FALSE the plaintext debug output is not colored.
- Default value
- FALSE
- Mandatory
- No
inline¶
- Variable type
- Boolean
- Description
- If TRUE, the dump is rendered at the position of the <f:debug> tag. If FALSE, the dump is displayed at the top of the page.
- Default value
- FALSE
- Mandatory
- No
blacklistedClassNames¶
- Variable type
- Array
- Description
- An array of class names (RegEx) to be filtered.
Default value
- Mandatory
- No
blacklistedPropertyNames¶
- Variable type
- Array
- Description
- An array of property names and/or array keys (RegEx) to be filtered.
Default value
- Mandatory
- No