TYPO3 CMS
TYPO3_6-2
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
+
Files
File List
+
File Members
+
All
$
(
_
a
c
d
e
f
h
i
l
o
p
r
s
t
u
x
+
Functions
_
a
c
d
e
f
i
l
o
p
r
s
u
x
+
Variables
$
(
_
a
d
e
h
i
p
r
s
t
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
ExtDirectDebug.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Core\ExtDirect
;
3
21
class
ExtDirectDebug
{
22
28
protected
$debugMessages
= array();
29
38
public
function
__destruct
() {
39
40
}
41
48
public
function
debug
($message) {
49
$this->debugMessages[] = $message;
50
}
51
57
public
function
toString
() {
58
$messagesAsString =
''
;
59
if
(count($this->debugMessages)) {
60
$messagesAsString =
\TYPO3\CMS\Core\Utility\DebugUtility::viewArray
($this->debugMessages);
61
}
62
return
$messagesAsString;
63
}
64
65
}
TYPO3\CMS\Core\ExtDirect\ExtDirectDebug\$debugMessages
$debugMessages
Definition:
ExtDirectDebug.php:28
TYPO3\CMS\Core\ExtDirect
Definition:
ExtDirectApi.php:2
TYPO3\CMS\Core\Utility\DebugUtility\viewArray
static viewArray($array_in)
Definition:
DebugUtility.php:265
TYPO3\CMS\Core\ExtDirect\ExtDirectDebug\toString
toString()
Definition:
ExtDirectDebug.php:57
TYPO3\CMS\Core\ExtDirect\ExtDirectDebug\debug
debug($message)
Definition:
ExtDirectDebug.php:48
TYPO3\CMS\Core\ExtDirect\ExtDirectDebug
Definition:
ExtDirectDebug.php:21
TYPO3\CMS\Core\ExtDirect\ExtDirectDebug\__destruct
__destruct()
Definition:
ExtDirectDebug.php:38
typo3
sysext
core
Classes
ExtDirect
ExtDirectDebug.php
Generated on Wed Aug 7 2019 09:52:20 for TYPO3 CMS by
1.8.13