| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-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: | 113 lines (2 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
update_helper:: (5 methods):
__construct()
get_path_to_new_update_files()
get_path_to_old_update_files()
include_file()
phpbb_version_compare()
Class: update_helper - X-Ref
General helper functionality for the updater| __construct($phpbb_root_path) X-Ref |
| Constructor param: string $phpbb_root_path |
| get_path_to_new_update_files() X-Ref |
| Returns path to new update files return: string |
| get_path_to_old_update_files() X-Ref |
| Returns path to new update files return: string |
| include_file($filename) X-Ref |
| Includes the updated file if available param: string $filename Path to the file relative to phpBB root path |
| phpbb_version_compare($version_number1, $version_number2, $operator = null) X-Ref |
| Customized version_compare() param: string $version_number1 param: string $version_number2 param: string|null $operator return: int|bool The returned value is identical to the PHP build-in function version_compare() |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |