| Methods | 
	
			| 
					
	public
					
					
				 | __construct(SourceLocator $sourceLocator)
	 | # | 
	
			| 
					
	public
					
					
				 | reflect(string $constantName): ReflectionConstant
		Create a ReflectionFunction for the specified $functionName.
	 
	Create a ReflectionFunction for the specified $functionName.Throws | # | 
	
			| 
					
	public
					
					
				 | getAllConstants(): ReflectionConstant[]
		Get all the classes available in the scope specified by the SourceLocator.
	 
	Get all the classes available in the scope specified by the SourceLocator. | # | 
	
			| 
					
	public
					
					
				 | reflectClass(string $identifierName): ReflectionClass
		Create a ReflectionClass for the specified $className.
	 
	Create a ReflectionClass for the specified $className.Implements | # | 
	
			| 
					
	public
					
					
				 | reflectAllClasses(): list<ReflectionClass>
		Get all the classes available in the scope specified by the SourceLocator.
	 
	Get all the classes available in the scope specified by the SourceLocator.Implements | # | 
	
			| 
					
	public
					
					
				 | reflectFunction(string $identifierName): ReflectionFunction
		Create a ReflectionFunction for the specified $functionName.
	 
	Create a ReflectionFunction for the specified $functionName.Implements | # | 
	
			| 
					
	public
					
					
				 | reflectAllFunctions(): list<ReflectionFunction>
		Get all the functions available in the scope specified by the SourceLocator.
	 
	Get all the functions available in the scope specified by the SourceLocator.Implements | # | 
	
			| 
					
	public
					
					
				 | reflectConstant(string $identifierName): ReflectionConstant
		Create a ReflectionConstant for the specified $constantName.
	 
	Create a ReflectionConstant for the specified $constantName.Implements | # | 
	
			| 
					
	public
					
					
				 | reflectAllConstants(): list<ReflectionConstant>
		Get all the constants available in the scope specified by the SourceLocator.
	 
	Get all the constants available in the scope specified by the SourceLocator.Implements | # |