TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Tree\Pagetree\PagetreeNodeCollection Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tree\Pagetree\PagetreeNodeCollection:
TYPO3\CMS\Backend\Tree\TreeNodeCollection t3lib_tree_pagetree_NodeCollection

Public Member Functions

 toArray ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Tree\TreeNodeCollection
 __construct (array $data=array())
 
 asort ()
 
 nodeCompare (\TYPO3\CMS\Backend\Tree\TreeNode $node, \TYPO3\CMS\Backend\Tree\TreeNode $otherNode)
 
 serialize ()
 
 unserialize ($serializedString)
 
 toArray ()
 
 dataFromArray ($data)
 

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! Tree Node Collection

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 PagetreeNodeCollection.php.

Member Function Documentation

◆ toArray()

TYPO3\CMS\Backend\Tree\Pagetree\PagetreeNodeCollection::toArray ( )

Returns the collection in an array representation for e.g. serialization

Returns
array

Definition at line 28 of file PagetreeNodeCollection.php.