function SplFileInfo::__construct
Parameters
string $file The file name:
string $relativePath The relative path:
string $relativePathname The relative path name:
Overrides SplFileInfo::__construct
1 method overrides SplFileInfo::__construct()
- SplFileInfo::__construct in vendor/
symfony/ finder/ SplFileInfo.php
File
-
vendor/
symfony/ finder/ SplFileInfo.php, line 26
Class
- SplFileInfo
- Extends \SplFileInfo to support relative paths.
Namespace
Symfony\Component\FinderCode
public function __construct(string $file, string $relativePath, string $relativePathname) {
parent::__construct($file);
}