TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\Security\CategoryPermissionsAspect Class Reference

Public Member Functions

 __construct ($backendUserAuthentication=NULL)
 

Protected Attributes

 $categoryTableName = 'sys_category'
 
 $backendUserAuthentication
 

Detailed Description

We do not have AOP in TYPO3 for now, thus the aspect which deals with tree data security is a slot which reacts on a signal on data data object initialization.

The aspect define category mount points according to BE User permissions.

Definition at line 29 of file CategoryPermissionsAspect.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Security\CategoryPermissionsAspect::__construct (   $backendUserAuthentication = NULL)

Member Data Documentation

◆ $backendUserAuthentication

TYPO3\CMS\Backend\Security\CategoryPermissionsAspect::$backendUserAuthentication
protected

◆ $categoryTableName

TYPO3\CMS\Backend\Security\CategoryPermissionsAspect::$categoryTableName = 'sys_category'
protected