[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 133 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
compression_file_updater:: (7 methods):
__construct()
init()
close()
delete_file()
create_new_file()
update_file()
get_method_name()
Class: compression_file_updater - X-Ref
File updater for generating archive with updated files__construct(update_helper $update_helper, $phpbb_root_path, $php_ext) X-Ref |
Constructor param: update_helper $update_helper param: string $phpbb_root_path param: string $php_ext |
init($method) X-Ref |
Set the compression method param: string $method Compression method's file extension return: string Archive's filename |
close() X-Ref |
Close archive writing process |
delete_file($path_to_file) X-Ref |
{@inheritdoc} |
create_new_file($path_to_file_to_create, $source, $create_from_content = false) X-Ref |
{@inheritdoc} |
update_file($path_to_file_to_update, $source, $create_from_content = false) X-Ref |
{@inheritdoc} |
get_method_name() X-Ref |
{@inheritdoc} |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |