| [ 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: | 279 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
check_filesystem:: (7 methods):
__construct()
run()
set_test_passed()
check_file()
check_dir()
get_step_count()
get_task_lang_name()
Class: check_filesystem - X-Ref
Checks filesystem requirements| __construct(\phpbb\filesystem\filesystem_interface $filesystem, \phpbb\install\helper\iohandler\iohandler_interface $response, $phpbb_root_path, $php_ext, $check_config_php = true) X-Ref |
| Constructor param: \phpbb\filesystem\filesystem_interface $filesystem filesystem handler param: \phpbb\install\helper\iohandler\iohandler_interface $response response helper param: string $phpbb_root_path relative path to phpBB's root param: string $php_ext extension of php files param: bool $check_config_php Whether or not to check if config.php is writable |
| run() X-Ref |
| {@inheritdoc} |
| set_test_passed($is_passed) X-Ref |
| Sets $this->tests_passed param: bool $is_passed |
| check_file($file, $failable = false) X-Ref |
| Check if a file is readable and writable param: string $file Filename param: bool $failable Whether failing test should interrupt installation process |
| check_dir($dir, $failable = false) X-Ref |
| Check if a directory is readable and writable param: string $dir Filename param: bool $failable Whether failing test should abort the installation process |
| get_step_count() X-Ref |
| {@inheritdoc} |
| get_task_lang_name() X-Ref |
| {@inheritdoc} |
| Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |