Public Member Functions | |
| __construct ($directory= 'temp-garbage/', $prefix= 'TmpFile') | |
| __destruct () | |
| getPath () | |
Private Attributes | |
| $path = null | |
Definition at line 13 of file TempFile.class.php.
| TempFile::__construct | ( | $ | directory = 'temp-garbage/', |
|
| $ | prefix = 'TmpFile' | |||
| ) |
Definition at line 17 of file TempFile.class.php.
References FileUtils::makeTempFile().

| TempFile::__destruct | ( | ) |
Definition at line 24 of file TempFile.class.php.
| TempFile::getPath | ( | ) |
Definition at line 33 of file TempFile.class.php.
TempFile::$path = null [private] |
Definition at line 15 of file TempFile.class.php.
1.5.4