TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Tree\Pagetree\CollectionProcessorInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Tree\Pagetree\CollectionProcessorInterface:
t3lib_tree_pagetree_interfaces_CollectionProcessor TYPO3\CMS\Workspaces\ExtDirect\PagetreeCollectionsProcessor Tx_Workspaces_ExtDirect_PagetreeCollectionsProcessor

Public Member Functions

 postProcessGetNodes ($node, $mountPoint, $level, $nodeCollection)
 
 postProcessFilteredNodes ($node, $searchFilter, $mountPoint, $nodeCollection)
 
 postProcessGetTreeMounts ($searchFilter, $nodeCollection)
 

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! Interface for classes which perform pre or post processing

Author
Tolleiv Nietsch typo3.nosp@m.@tol.nosp@m.leiv..nosp@m.de

Definition at line 21 of file CollectionProcessorInterface.php.

Member Function Documentation

◆ postProcessFilteredNodes()

TYPO3\CMS\Backend\Tree\Pagetree\CollectionProcessorInterface::postProcessFilteredNodes (   $node,
  $searchFilter,
  $mountPoint,
  $nodeCollection 
)

Post process the subelement collection of a specific node-filter combination

Parameters
\TYPO3\CMS\Backend\Tree\Pagetree\PagetreeNode$node
string$searchFilter
integer$mountPoint
\TYPO3\CMS\Backend\Tree\Pagetree\PagetreeNodeCollection$nodeCollection
Returns
void

◆ postProcessGetNodes()

TYPO3\CMS\Backend\Tree\Pagetree\CollectionProcessorInterface::postProcessGetNodes (   $node,
  $mountPoint,
  $level,
  $nodeCollection 
)

Post process the subelement collection of a specific node

Parameters
\TYPO3\CMS\Backend\Tree\Pagetree\PagetreeNode$node
integer$mountPoint
integer$level
\TYPO3\CMS\Backend\Tree\Pagetree\PagetreeNodeCollection$nodeCollection
Returns
void

◆ postProcessGetTreeMounts()

TYPO3\CMS\Backend\Tree\Pagetree\CollectionProcessorInterface::postProcessGetTreeMounts (   $searchFilter,
  $nodeCollection 
)

Post process the collection of tree mounts

Parameters
string$searchFilter
\TYPO3\CMS\Backend\Tree\Pagetree\PagetreeNodeCollection$nodeCollection
Returns
void