W3cubDocs

/Symfony 2.7

Symfony\Component\Finder\SplFileInfo

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

public __construct(string $file, string $relativePath, string $relativePathname)

Constructor

Parameters

string $file The file name
string $relativePath The relative path
string $relativePathname The relative path name

public string getRelativePath()

Returns the relative path

Return Value

string the relative path

public string getRelativePathname()

Returns the relative path name

Return Value

string the relative path name

public string getContents()

Returns the contents of the file

Return Value

string the contents of the file

Exceptions

RuntimeException

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Finder/SplFileInfo.html