class SplFileInfo extends SplFileInfo
Extends \SplFileInfo to support relative paths
Methods
|
__construct(string $file, string $relativePath, string $relativePathname)
Constructor |
||
| string |
getRelativePath()
Returns the relative path |
|
| string |
getRelativePathname()
Returns the relative path name |
|
| string |
getContents()
Returns the contents of the file |
Details
at line 31
public
__construct(string $file, string $relativePath, string $relativePathname)
Constructor
at line 43
public string
getRelativePath()
Returns the relative path
at line 53
public string
getRelativePathname()
Returns the relative path name
at line 65
public string
getContents()
Returns the contents of the file