TYPO3 CMS  TYPO3_6-2
PagetreeNodeCollection.php
Go to the documentation of this file.
1 <?php
3 
22 
28  public function toArray() {
29  $arrayRepresentation = parent::toArray();
30  unset($arrayRepresentation['serializeClassName']);
31  return $arrayRepresentation;
32  }
33 
34 }