
Public Member Functions | |
| readFile ($fileName) | |
| __construct ($cmdBinPath=null) | |
| open ($sourceFile) | |
| |
Protected Member Functions | |
| execStdoutOptions ($options) | |
Protected Attributes | |
| $cmdBinPath = null | |
| $sourceFile = null | |
Definition at line 13 of file FileArchive.class.php.
| FileArchive::__construct | ( | $ | cmdBinPath = null |
) |
Reimplemented in InfoZipArchive, and TarArchive.
Definition at line 20 of file FileArchive.class.php.
References $cmdBinPath.
| FileArchive::readFile | ( | $ | fileName | ) | [abstract] |
Reimplemented in InfoZipArchive, and TarArchive.
| FileArchive::open | ( | $ | sourceFile | ) |
Reimplemented in InfoZipArchive.
Definition at line 35 of file FileArchive.class.php.
References $sourceFile.
Referenced by TarArchive::readFile().
| FileArchive::execStdoutOptions | ( | $ | options | ) | [protected] |
Definition at line 47 of file FileArchive.class.php.
Referenced by TarArchive::readFile(), and InfoZipArchive::readFile().
FileArchive::$cmdBinPath = null [protected] |
Definition at line 15 of file FileArchive.class.php.
Referenced by TarArchive::__construct(), InfoZipArchive::__construct(), and __construct().
FileArchive::$sourceFile = null [protected] |
Definition at line 16 of file FileArchive.class.php.
Referenced by InfoZipArchive::open(), and open().
1.5.4