TYPO3  7.6
Public Member Functions | List of all members
CollectionProcessorInterface Interface Reference
Inheritance diagram for CollectionProcessorInterface:
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 (   $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 (   $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 (   $searchFilter,
  $nodeCollection 
)

Post process the collection of tree mounts

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