TYPO3 CMS  TYPO3_6-2
CollectionProcessorInterface.php
Go to the documentation of this file.
1 <?php
3 
22 {
33  public function postProcessGetNodes($node, $mountPoint, $level, $nodeCollection);
34 
45  public function postProcessFilteredNodes($node, $searchFilter, $mountPoint, $nodeCollection);
46 
55  public function postProcessGetTreeMounts($searchFilter, $nodeCollection);
56 
57 }
postProcessFilteredNodes($node, $searchFilter, $mountPoint, $nodeCollection)
postProcessGetNodes($node, $mountPoint, $level, $nodeCollection)