Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. SplFileInfo.php

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\Finder

Code

public function __construct(string $file, string $relativePath, string $relativePathname) {
    parent::__construct($file);
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal