TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\ExtDirect\ExtDirectDebug Class Reference
Inheritance diagram for TYPO3\CMS\Core\ExtDirect\ExtDirectDebug:
t3lib_extjs_ExtDirectDebug

Public Member Functions

 __destruct ()
 
 debug ($message)
 
 toString ()
 

Protected Attributes

 $debugMessages = array()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Ext Direct Debug

Author
Stefan Galinski stefa.nosp@m.n.ga.nosp@m.linsk.nosp@m.i@gm.nosp@m.ail.c.nosp@m.om

Definition at line 21 of file ExtDirectDebug.php.

Constructor & Destructor Documentation

◆ __destruct()

TYPO3\CMS\Core\ExtDirect\ExtDirectDebug::__destruct ( )

destructor

Currently empty, but automatically registered and called during ExtDirect shutdown.

See also
http://forge.typo3.org/issues/25278

Definition at line 38 of file ExtDirectDebug.php.

Member Function Documentation

◆ debug()

TYPO3\CMS\Core\ExtDirect\ExtDirectDebug::debug (   $message)

Adds a new message of any data type to the internal debug message array.

Parameters
mixed$message
Returns
void

Definition at line 48 of file ExtDirectDebug.php.

◆ toString()

TYPO3\CMS\Core\ExtDirect\ExtDirectDebug::toString ( )

Returns the internal debug messages as a string.

Returns
string

Definition at line 57 of file ExtDirectDebug.php.

References TYPO3\CMS\Core\Utility\DebugUtility\viewArray().

Member Data Documentation

◆ $debugMessages

TYPO3\CMS\Core\ExtDirect\ExtDirectDebug::$debugMessages = array()
protected

Definition at line 28 of file ExtDirectDebug.php.