TYPO3 CMS  TYPO3_6-2
t3lib_autoloader Class Reference
Inheritance diagram for t3lib_autoloader:
TYPO3\CMS\Core\Core\ClassLoader

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Core\Core\ClassLoader
 __construct (ApplicationContext $context)
 
 injectClassAliasMap (ClassAliasMap $classAliasMap)
 
 injectCoreCache (Cache\Frontend\PhpFrontend $coreCache)
 
 injectClassesCache (Cache\Frontend\StringFrontend $classesCache)
 
 loadClass ($className)
 
 getClassLoadingInformationFromCache ($cacheEntryIdentifier)
 
 buildClassLoadingInformation ($className)
 
 setCacheIdentifier ($cacheIdentifier)
 
 setPackages (array $packages)
 
 addActivePackage (\TYPO3\Flow\Package\PackageInterface $package)
 
 setRuntimeClassLoadingInformationFromAutoloadRegistry (array $classFileAutoloadRegistry)
 
 setAliasForClassName ($aliasClassName, $originalClassName)
 
 checkForCrashAndCleanup ()
 
- Static Public Member Functions inherited from TYPO3\CMS\Core\Core\ClassLoader
static getClassNameForAlias ($alias)
 
static getAliasForClassName ($className)
 
static getAliasesForClassName ($className)
 
- Public Attributes inherited from TYPO3\CMS\Core\Core\ClassLoader
const VALID_CLASSNAME_PATTERN = '/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9\\\\_\x7f-\xff]*$/'
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Core\ClassLoader
 buildCachedClassLoadingInformation ($cacheEntryIdentifier, $className)
 
 isValidClassName ($className)
 
 buildClassLoadingInformationForClassFromCorePackage ($className)
 
 fetchClassLoadingInformationFromRuntimeCache ($className)
 
 buildClassLoadingInformationForClassFromRegisteredPackages ($className)
 
 buildClassLoadingInformationForClassByNamingConvention ($className)
 
 getCacheEntryIdentifier ()
 
 buildPackageNamespacesAndClassesPaths ()
 
 buildPackageNamespaceAndClassesPath (\TYPO3\Flow\Package\PackageInterface $package)
 
 loadPackageNamespacesFromCache ()
 
 buildPackageNamespace (\TYPO3\Flow\Package\PackageInterface $package)
 
 loadClassFilesFromAutoloadRegistryIntoRuntimeClassInformationCache (array $packages)
 
 transferRuntimeClassInformationCacheEntriesToClassesCache ()
 
 buildPackageClassPathsForLegacyExtension (PackageInterface $package)
 
 savePackageNamespacesAndClassesPathsToCache ()
 
 sortPackageNamespaces ()
 
 acquireLock ()
 
 releaseLock ($needRelease)
 
 clearClassesCache ()
 
 getLocker ()
 
- Protected Attributes inherited from TYPO3\CMS\Core\Core\ClassLoader
 $context
 
 $classAliasMap
 
 $classesCache
 
 $coreCache
 
 $cacheIdentifier
 
 $packages = array()
 
 $isEarlyCache = TRUE
 
 $runtimeClassLoadingInformationCache = array()
 
 $packageNamespaces = array()
 
 $packageClassesPaths = array()
 
 $isLoadingLocker = FALSE
 
 $lockObject = NULL
 
 $shutdownRegistered = FALSE
 
- Static Protected Attributes inherited from TYPO3\CMS\Core\Core\ClassLoader
static $staticAliasMap
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 712 of file LegacyClassesForIde.php.