[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/phpbb/install/helper/file_updater/ -> compression_file_updater.php (summary)

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

Defines 1 class

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

return: string    Archive's filename
param: string    $method    Compression method's file extension

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: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1