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