TYPO3 CMS  TYPO3_6-2
t3lib_Registry Class Reference
Inheritance diagram for t3lib_Registry:
TYPO3\CMS\Core\Registry TYPO3\CMS\Core\SingletonInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Registry
 get ($namespace, $key, $defaultValue=NULL)
 
 set ($namespace, $key, $value)
 
 remove ($namespace, $key)
 
 removeAllByNamespace ($namespace)
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Registry
 isNamespaceLoaded ($namespace)
 
 loadEntriesByNamespace ($namespace)
 
 validateNamespace ($namespace)
 
- Protected Attributes inherited from TYPO3\CMS\Core\Registry
 $entries = array()
 
 $loadedNamespaces = array()
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 1267 of file LegacyClassesForIde.php.