|
TYPO3 API
SVNRelease
|
Public Member Functions | |
| debug ($message) | |
| toString () | |
Protected Attributes | |
| $debugMessages = array() | |
Definition at line 34 of file class.t3lib_extjs_extdirectdebug.php.
| t3lib_extjs_ExtDirectDebug::debug | ( | $ | message | ) |
Adds a new message of any data type to the internal debug message array.
| mixed | $message |
Definition at line 48 of file class.t3lib_extjs_extdirectdebug.php.
| t3lib_extjs_ExtDirectDebug::toString | ( | ) |
Returns the internal debug messages as a string.
Definition at line 57 of file class.t3lib_extjs_extdirectdebug.php.
References t3lib_utility_Debug\viewArray().
t3lib_extjs_ExtDirectDebug::$debugMessages = array() [protected] |
Definition at line 40 of file class.t3lib_extjs_extdirectdebug.php.
1.7.5.1