extends | 
			
AbstractSourceLocator			 | 
		
|---|
Use PHP's built in autoloader to locate a class, without actually loading.
There are some prerequisites...
| Methods | ||
|---|---|---|
				
					
	public
					
					
				
			 | 
			
				__construct($astLocator = null, ?Parser $phpParser = null)
	
			 | 
		# | 
				
					
	protected
					
					
				
			 | 
			
				createLocatedSource(Identifier $identifier): ?LocatedSource
	
	
			 | 
		# | 
| Methods inherited from PHPStan\BetterReflection\SourceLocator\Type\AbstractSourceLocator | 
|---|
locateIdentifier(), locateIdentifiersByType()				 |