‪TYPO3CMS  ‪main
TYPO3\CMS\Extbase\Tests\Unit\Utility\Fixtures\DebuggerUtilityAccessibleProxy Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Utility\Fixtures\DebuggerUtilityAccessibleProxy:
TYPO3\CMS\Extbase\Utility\DebuggerUtility

Static Public Member Functions

static getStylesheetEchoed ()
 
static setStylesheetEchoed (bool $stylesheetEchoed)
 
- ‪Static Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Utility\DebuggerUtility
static string var_dump ( $variable, string $title=null, int $maxDepth=8, bool $plainText=false, bool $ansiColors=true, bool $return=false, array $blacklistedClassNames=null, array $blacklistedPropertyNames=null)
 

Additional Inherited Members

- ‪Public Attributes inherited from ‪TYPO3\CMS\Extbase\Utility\DebuggerUtility
const PLAINTEXT_INDENT = ' '
 
const HTML_INDENT = '   '
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\Utility\DebuggerUtility
static clearState ()
 
static renderDump ($value, int $level, bool $plainText, bool $ansiColors)
 
static renderArray (array $array, int $level, bool $plainText=false, bool $ansiColors=false)
 
static renderObject (object $object, int $level, bool $plainText=false, bool $ansiColors=false)
 
static renderClosure (\Closure $object, int $level, bool $plainText=false, bool $ansiColors=false)
 
static bool isBlacklisted (object $value)
 
static bool isAlreadyRendered (object $object)
 
static string renderHeader (object $object, int $level, bool $plainText, bool $ansiColors)
 
static string renderContent (object $object, int $level, bool $plainText, bool $ansiColors)
 
static renderCollection (iterable $collection, int $level, bool $plainText, bool $ansiColors)
 
static string ansiEscapeWrap (string $string, string $ansiColors, bool $enable=true)
 
static resolveNonceValue ()
 
- ‪Static Protected Attributes inherited from ‪TYPO3\CMS\Extbase\Utility\DebuggerUtility
static TYPO3 CMS Extbase Persistence ObjectStorage $renderedObjects
 
static array $blacklistedClassNames
 
static array $blacklistedPropertyNames = array( 'warning' )
 
static bool $stylesheetEchoed = false
 
static int $maxDepth = 8
 

Detailed Description

Accessible proxy with getters/setters for protected static properties.

Definition at line 25 of file DebuggerUtilityAccessibleProxy.php.

Member Function Documentation

◆ getStylesheetEchoed()

static TYPO3\CMS\Extbase\Tests\Unit\Utility\Fixtures\DebuggerUtilityAccessibleProxy::getStylesheetEchoed ( )
static

◆ setStylesheetEchoed()

static TYPO3\CMS\Extbase\Tests\Unit\Utility\Fixtures\DebuggerUtilityAccessibleProxy::setStylesheetEchoed ( bool  $stylesheetEchoed)
static