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 12 of file TransparentFile.class.php.
static TransparentFile::create | ( | ) | [static] |
Definition at line 22 of file TransparentFile.class.php.
TransparentFile::getPath | ( | ) |
Definition at line 45 of file TransparentFile.class.php.
TransparentFile::getRawData | ( | ) |
Definition at line 71 of file TransparentFile.class.php.
TransparentFile::getSize | ( | ) |
Definition at line 80 of file TransparentFile.class.php.
TransparentFile::setPath | ( | $ | path | ) |
TransparentFile::setRawData | ( | $ | rawData | ) |
Definition at line 61 of file TransparentFile.class.php.
References $rawData.
TransparentFile::$path = null [private] |
Definition at line 14 of file TransparentFile.class.php.
Referenced by setPath().
TransparentFile::$rawData = null [private] |
Definition at line 15 of file TransparentFile.class.php.
Referenced by setRawData().
TransparentFile::$tempFile = null [private] |
Definition at line 17 of file TransparentFile.class.php.