Interface for classes which perform pre or post processing
Definition at line 20 of file CollectionProcessorInterface.php.
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