TYPO3  7.6
Public Member Functions | Protected Attributes | List of all members
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 (   $backendUserAuthentication = null)
Parameters
BackendUserAuthentication | null$backendUserAuthentication

Definition at line 44 of file CategoryPermissionsAspect.php.

References CategoryPermissionsAspect\$backendUserAuthentication, and $GLOBALS.

Member Data Documentation

$backendUserAuthentication
protected

Definition at line 39 of file CategoryPermissionsAspect.php.

Referenced by CategoryPermissionsAspect\__construct().

$categoryTableName = 'sys_category'
protected

Definition at line 34 of file CategoryPermissionsAspect.php.