TYPO3 CMS  TYPO3_6-2
Tx_Extbase_Reflection_Service Class Reference
Inheritance diagram for Tx_Extbase_Reflection_Service:
TYPO3\CMS\Extbase\Reflection\ReflectionService TYPO3\CMS\Core\SingletonInterface

Additional Inherited Members

- Public Member Functions inherited from TYPO3\CMS\Extbase\Reflection\ReflectionService
 setDataCache (\TYPO3\CMS\Core\Cache\Frontend\VariableFrontend $dataCache)
 
 initialize ()
 
 isInitialized ()
 
 shutdown ()
 
 getClassPropertyNames ($className)
 
 getClassSchema ($classNameOrObject)
 
 hasMethod ($className, $methodName)
 
 getMethodTagsValues ($className, $methodName)
 
 getMethodParameters ($className, $methodName)
 
 getPropertyTagsValues ($className, $propertyName)
 
 getPropertyTagValues ($className, $propertyName, $tag)
 
 isClassReflected ($className)
 
 isClassTaggedWith ($className, $tag)
 
 isPropertyTaggedWith ($className, $propertyName, $tag)
 
- Protected Member Functions inherited from TYPO3\CMS\Extbase\Reflection\ReflectionService
 reflectClass ($className)
 
 buildClassSchema ($className)
 
 convertParameterReflectionToArray (\ReflectionParameter $parameter, $parameterPosition, \ReflectionMethod $method=NULL)
 
 getMethodReflection ($className, $methodName)
 
 loadFromCache ()
 
 saveToCache ()
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\Reflection\ReflectionService
 $objectManager
 
 $initialized = FALSE
 
 $dataCache
 
 $detectClassChanges = FALSE
 
 $reflectedClassNames = array()
 
 $taggedClasses = array()
 
 $classTagsValues = array()
 
 $methodTagsValues = array()
 
 $methodParameters = array()
 
 $classPropertyNames = array()
 
 $classMethodNames = array()
 
 $propertyTagsValues = array()
 
 $ignoredTags = array('package', 'subpackage', 'license', 'copyright', 'author', 'version', 'const')
 
 $dataCacheNeedsUpdate = FALSE
 
 $classSchemata = array()
 
 $configurationManager
 
 $cacheIdentifier
 
 $methodReflections = array()
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 2762 of file LegacyClassesForIde.php.