TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Tree\Pagetree\CollectionProcessorInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Tree\Pagetree\CollectionProcessorInterface:
TYPO3\CMS\Workspaces\ExtDirect\PagetreeCollectionsProcessor

Public Member Functions

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

Detailed Description

Interface for classes which perform pre or post processing

Definition at line 20 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
int$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
int$mountPoint
int$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