[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/finder/ -> SplFileInfo.php (summary)

(no description)

File Size: 78 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

SplFileInfo:: (4 methods):
  __construct()
  getRelativePath()
  getRelativePathname()
  getContents()


Class: SplFileInfo  - X-Ref

Extends \SplFileInfo to support relative paths.

__construct($file, $relativePath, $relativePathname)   X-Ref

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

getRelativePath()   X-Ref
Returns the relative path.

This path does not contain the file name.

return: string the relative path

getRelativePathname()   X-Ref
Returns the relative path name.

This path contains the file name.

return: string the relative path name

getContents()   X-Ref
Returns the contents of the file.

return: string the contents of the file



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1