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
ContextMenuActionCollection.php
Go to the documentation of this file.
1
<?php
2
namespace
TYPO3\CMS\Backend\ContextMenu
;
3
22
class
ContextMenuActionCollection
extends
\ArrayObject {
23
29
public
function
toArray
() {
30
$iterator = $this->getIterator();
31
$arrayRepresentation = array();
32
while
($iterator->valid()) {
33
$arrayRepresentation[] = $iterator->current()->toArray();
34
$iterator->next();
35
}
36
return
$arrayRepresentation;
37
}
38
39
}
TYPO3\CMS\Backend\ContextMenu
Definition:
AbstractContextMenu.php:2
TYPO3\CMS\Backend\ContextMenu\ContextMenuActionCollection
Definition:
ContextMenuActionCollection.php:22
TYPO3\CMS\Backend\ContextMenu\ContextMenuActionCollection\toArray
toArray()
Definition:
ContextMenuActionCollection.php:29
typo3
sysext
backend
Classes
ContextMenu
ContextMenuActionCollection.php
Generated on Wed Aug 7 2019 09:52:18 for TYPO3 CMS by
1.8.13