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

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

Protected Properties

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

Public Methods

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

Method Details

__construct() public method

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

$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

$phpbb_root_path protected_oe property

protected string $phpbb_root_path
return string

$update_helper protected_oe property

protected update_helper,phpbb\install\helper $update_helper
return phpbb\install\helper\update_helper