extends | 
			
SplFileInfo			 | 
		
|---|
Extends \SplFileInfo to support relative paths.
| Methods | ||
|---|---|---|
				
					
	public
					
					
				
			 | 
			
				__construct(string $file, string $relativePath, string $relativePathname)
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getRelativePath(): string
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getRelativePathname(): string
	
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getFilenameWithoutExtension(): string
	
			 | 
		# | 
				
					
	public
					
					
				
			 | 
			
				getContents(): string
	
	
			 | 
		# |