[ 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: | 281 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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |