Public Member Functions | |
| setPath ($path) | |
| |
| getPath () | |
| setRawData ($rawData) | |
| |
| getRawData () | |
| getSize () | |
Static Public Member Functions | |
| static | create () |
| |
Private Attributes | |
| $path = null | |
| $rawData = null | |
| $tempFile = null | |
Definition at line 13 of file TransparentFile.class.php.
| static TransparentFile::create | ( | ) | [static] |
| TransparentFile::setPath | ( | $ | path | ) |
| TransparentFile::getPath | ( | ) |
Definition at line 46 of file TransparentFile.class.php.
| TransparentFile::setRawData | ( | $ | rawData | ) |
Definition at line 62 of file TransparentFile.class.php.
References $rawData.
| TransparentFile::getRawData | ( | ) |
Definition at line 72 of file TransparentFile.class.php.
| TransparentFile::getSize | ( | ) |
Definition at line 81 of file TransparentFile.class.php.
TransparentFile::$path = null [private] |
TransparentFile::$rawData = null [private] |
TransparentFile::$tempFile = null [private] |
Definition at line 18 of file TransparentFile.class.php.
1.5.4