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

| TempDirectory::__destruct | ( | ) |
Definition at line 24 of file TempDirectory.class.php.
References FileUtils::removeDirectory().

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