PHP Класс phpbb\install\module\update_filesystem\task\file_check

Наследование: extends phpbb\install\task_base
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$filesystem phpbb\filesystem\filesystem
$installer_config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$phpbb_root_path string
$update_helper phpbb\install\helper\update_helper

Открытые методы

Метод Описание
__construct ( phpbb\filesystem\filesystem $filesystem, phpbb\install\helper\config $config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, phpbb\install\helper\update_helper $update_helper, string $phpbb_root_path ) Construct
check_requirements ( )
get_step_count ( )
get_task_lang_name ( )
run ( )

Описание методов

__construct() публичный Метод

Construct
public __construct ( phpbb\filesystem\filesystem $filesystem, phpbb\install\helper\config $config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, phpbb\install\helper\update_helper $update_helper, string $phpbb_root_path )
$filesystem phpbb\filesystem\filesystem
$config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$update_helper phpbb\install\helper\update_helper
$phpbb_root_path string

check_requirements() публичный Метод

public check_requirements ( )

get_step_count() публичный статический Метод

public static get_step_count ( )

get_task_lang_name() публичный Метод

public get_task_lang_name ( )

run() публичный Метод

public run ( )

Описание свойств

$filesystem защищенное свойство

protected filesystem,phpbb\filesystem $filesystem
Результат phpbb\filesystem\filesystem

$installer_config защищенное свойство

protected config,phpbb\install\helper $installer_config
Результат phpbb\install\helper\config

$iohandler защищенное свойство

protected iohandler_interface,phpbb\install\helper\iohandler $iohandler
Результат phpbb\install\helper\iohandler\iohandler_interface

$phpbb_root_path защищенное свойство

protected string $phpbb_root_path
Результат string

$update_helper защищенное свойство

protected update_helper,phpbb\install\helper $update_helper
Результат phpbb\install\helper\update_helper