Открытые статические члены | |
static | libAvailable () |
Открытые статические члены унаследованные от File | |
static | isFileExists ($path) |
static | getFileContents ($path) |
static | putFileContents ($path, $data, $flags=self::REWRITE) |
static | deleteFile ($path) |
Дополнительные унаследованные члены | |
Открытые атрибуты унаследованные от File | |
const | REWRITE = 0 |
const | APPEND = 1 |
Защищенные статические члены унаследованные от FileSystemEntry | |
static | getDocumentRoot ($siteId) |
Защищенные данные унаследованные от File | |
$filePointer | |
Защищенные данные унаследованные от FileSystemEntry | |
$path | |
$originalPath | |
$pathPhysical | |
$siteId | |
См. определение в файле archiver.php строка 10
__construct | ( | $path, | |
$siteId = null ) |
Archiver constructor.
string | $path | End point archive file path. |
string | null | $siteId | Site id. |
Переопределяет метод предка File.
См. определение в файле archiver.php строка 35
extract | ( | Translate\IO\Directory | $target | ) |
Extract language archive into target folder.
Translate\IO\Directory | $target | Folder to extract files into it. |
@noinspection
См. определение в файле archiver.php строка 166
getProcessedFileCount | ( | ) |
getSeekPosition | ( | ) |
|
static |
Checks zlib|gzcompress availability.
См. определение в файле archiver.php строка 50
pack | ( | Translate\IO\Directory | $directory, |
$seekPath = '' ) |
Pack language folder.
Translate\IO\Directory | $directory | Folder to pack into archive. |
string | $seekPath | Continue process from this path. |
@noinspection
См. определение в файле archiver.php строка 105
setOptions | ( | $options | ) |
Defines packing/unpacking options.
array | $options | An array with the options' names and their values. |
См. определение в файле archiver.php строка 63
setSeekPosition | ( | $seekPath | ) |
Sets packing seek position path.
string | $seekPath | Seek position. |
См. определение в файле archiver.php строка 73