Yosymfony\Spress\Core\Support\FileInfo::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( string $file, array $predefinedExtensions = [] )
$file string The file name
$predefinedExtensions array Predefined extensions
    public function __construct($file, array $predefinedExtensions = [])
    {
        parent::__construct($file);
        $this->predefinedExtensions = $predefinedExtensions;
    }