MediaWiki
1.34.4
|
Public Member Functions | |
__construct ( $tmpDirectory=null) | |
newTempFSFile ( $prefix, $extension='') | |
Make a new temporary file on the file system. More... | |
Private Attributes | |
string null | $tmpDirectory |
Definition at line 10 of file TempFSFileFactory.php.
MediaWiki\FileBackend\FSFile\TempFSFileFactory::__construct | ( | $tmpDirectory = null | ) |
string | null | $tmpDirectory | A directory to put the temporary files in, e.g., $wgTmpDirectory. If null, we'll try to find one ourselves. |
Definition at line 18 of file TempFSFileFactory.php.
References MediaWiki\FileBackend\FSFile\TempFSFileFactory\$tmpDirectory.
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.
string | $prefix | |
string | $extension | Optional file extension |
Definition at line 30 of file TempFSFileFactory.php.
References $ext, $path, MediaWiki\FileBackend\FSFile\TempFSFileFactory\$tmpDirectory, and TempFSFile\getUsableTempDirectory().
|
private |
Definition at line 12 of file TempFSFileFactory.php.
Referenced by MediaWiki\FileBackend\FSFile\TempFSFileFactory\__construct(), and MediaWiki\FileBackend\FSFile\TempFSFileFactory\newTempFSFile().