MediaWiki master
MediaWiki\FileBackend\FSFile\TempFSFileFactory Class Reference

Public Member Functions

 __construct ( $tmpDirectory=null)
 
 newTempFSFile ( $prefix, $extension='')
 Make a new temporary file on the file system.
 

Detailed Description

Definition at line 11 of file TempFSFileFactory.php.

Constructor & Destructor Documentation

◆ __construct()

MediaWiki\FileBackend\FSFile\TempFSFileFactory::__construct (   $tmpDirectory = null)
Parameters
string | null$tmpDirectoryA directory to put the temporary files in, e.g., $wgTmpDirectory. If null, we'll try to find one ourselves.

Definition at line 19 of file TempFSFileFactory.php.

Member Function Documentation

◆ newTempFSFile()

MediaWiki\FileBackend\FSFile\TempFSFileFactory::newTempFSFile (   $prefix,
  $extension = '' 
)

Make a new temporary file on the file system.

Temporary files may be purged when the file object falls out of scope.

Parameters
string$prefix
string$extensionOptional file extension
Returns
TempFSFile|null

Definition at line 31 of file TempFSFileFactory.php.

References $path, and TempFSFile\getUsableTempDirectory().


The documentation for this class was generated from the following file: