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

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

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

Свойство Тип Описание
$cache phpbb\cache\driver\driver_interface
$file_updater phpbb\install\helper\file_updater\compression_file_updater
$filesystem phpbb\filesystem\filesystem
$installer_config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface

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

Метод Описание
__construct ( phpbb\install\helper\container_factory $container, phpbb\install\helper\config $config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, phpbb\filesystem\filesystem $filesystem, phpbb\install\helper\file_updater\factory $file_updater_factory ) Constructor
check_requirements ( )
get_step_count ( )
get_task_lang_name ( )
run ( )

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

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

Constructor
public __construct ( phpbb\install\helper\container_factory $container, phpbb\install\helper\config $config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, phpbb\filesystem\filesystem $filesystem, phpbb\install\helper\file_updater\factory $file_updater_factory )
$container phpbb\install\helper\container_factory
$config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$filesystem phpbb\filesystem\filesystem
$file_updater_factory phpbb\install\helper\file_updater\factory

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 ( )

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

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

protected driver_interface,phpbb\cache\driver $cache
Результат phpbb\cache\driver\driver_interface

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

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

$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