Public Member Functions | |
__construct ($directory= 'temp-garbage/', $prefix= 'TmpFile') | |
__destruct () | |
getPath () | |
Private Attributes | |
$path = null |
Definition at line 12 of file TempFile.class.php.
TempFile::__construct | ( | $ | directory = 'temp-garbage/' , |
|
$ | prefix = 'TmpFile' | |||
) |
Definition at line 16 of file TempFile.class.php.
References FileUtils::makeTempFile().
TempFile::__destruct | ( | ) |
Definition at line 23 of file TempFile.class.php.
TempFile::getPath | ( | ) |
Definition at line 32 of file TempFile.class.php.
TempFile::$path = null [private] |
Definition at line 14 of file TempFile.class.php.