49 public function render($title = NULL, $maxDepth = 8, $plainText = FALSE, $ansiColors = FALSE, $inline = FALSE, $blacklistedClassNames = NULL, $blacklistedPropertyNames = NULL) {
50 return \TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump($this->
renderChildren(), $title, $maxDepth, (
boolean) $plainText, (
boolean) $ansiColors, (
boolean) $inline, $blacklistedClassNames, $blacklistedPropertyNames);