TYPO3  7.6
Protected Member Functions | Protected Attributes | List of all members
PagetreeCollectionsProcessor Class Reference
Inheritance diagram for PagetreeCollectionsProcessor:
CollectionProcessorInterface

Protected Member Functions

 highlightVersionizedElements (\TYPO3\CMS\Backend\Tree\TreeNode $node)
 
 getWorkspaceService ()
 

Protected Attributes

 $workspaceService = null
 

Additional Inherited Members

- Public Member Functions inherited from CollectionProcessorInterface
 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 23 of file PagetreeCollectionsProcessor.php.

Member Function Documentation

getWorkspaceService ( )
protected
highlightVersionizedElements ( \TYPO3\CMS\Backend\Tree\TreeNode  $node)
protected

Sets the CSS Class on all pages which have versioned records in the current workspace

Parameters
\TYPO3\CMS\Backend\Tree\TreeNode$node
Returns
void

Definition at line 83 of file PagetreeCollectionsProcessor.php.

References $GLOBALS, and PagetreeCollectionsProcessor\getWorkspaceService().

Member Data Documentation

$workspaceService = null
protected