TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Compatibility\GlobalObjectDeprecationDecorator Class Reference

Public Member Functions

 __construct ($className, $deprecationMessage=NULL)
 
 __call ($methodName, $arguments)
 

Protected Attributes

 $className
 
 $deprecationMessage
 

Detailed Description

Class CacheManagerGlobal will be instanciated and passed to $GLOBALS['typo3CacheManager'] to not break extension code

Definition at line 25 of file GlobalObjectDeprecationDecorator.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Compatibility\GlobalObjectDeprecationDecorator::__construct (   $className,
  $deprecationMessage = NULL 
)

Member Function Documentation

◆ __call()

TYPO3\CMS\Core\Compatibility\GlobalObjectDeprecationDecorator::__call (   $methodName,
  $arguments 
)

Calls decorated object and issues a deprecation message

Parameters
string$methodName
array$arguments
Returns
mixed
Deprecated:

Definition at line 54 of file GlobalObjectDeprecationDecorator.php.

Member Data Documentation

◆ $className

TYPO3\CMS\Core\Compatibility\GlobalObjectDeprecationDecorator::$className
protected

◆ $deprecationMessage

TYPO3\CMS\Core\Compatibility\GlobalObjectDeprecationDecorator::$deprecationMessage
protected