PHP Class phpbb\install\module\update_filesystem\task\show_file_status

Inheritance: extends phpbb\install\task_base
Datei anzeigen Open project: phpbb/phpbb

Protected Properties

Property Type Description
$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

Public Methods

Method Description
__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 ( )

Method Details

__construct() public method

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 method

public check_requirements ( )

get_step_count() public static method

public static get_step_count ( )

get_task_lang_name() public method

public get_task_lang_name ( )

run() public method

public run ( )

Property Details

$cache protected_oe property

protected driver_interface,phpbb\cache\driver $cache
return phpbb\cache\driver\driver_interface

$file_updater protected_oe property

protected compression_file_updater,phpbb\install\helper\file_updater $file_updater
return phpbb\install\helper\file_updater\compression_file_updater

$filesystem protected_oe property

protected filesystem,phpbb\filesystem $filesystem
return phpbb\filesystem\filesystem

$installer_config protected_oe property

protected config,phpbb\install\helper $installer_config
return phpbb\install\helper\config

$iohandler protected_oe property

protected iohandler_interface,phpbb\install\helper\iohandler $iohandler
return phpbb\install\helper\iohandler\iohandler_interface