PHP Class phpbb\install\module\update_database\task\update

Inheritance: extends phpbb\install\task_base
Show file Open project: phpbb/phpbb

Protected Properties

Property Type Description
$cache phpbb\cache\driver\driver_interface
$config phpbb\config\config
$extension_manager phpbb\extension\manager
$filesystem phpbb\filesystem\filesystem
$installer_config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$language phpbb\language\language
$log phpbb\log\log
$migrator phpbb\db\migrator
$phpbb_root_path string
$user phpbb\user

Public Methods

Method Description
__construct ( phpbb\install\helper\container_factory $container, phpbb\filesystem\filesystem $filesystem, phpbb\install\helper\config $installer_config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, phpbb\language\language $language, string $phpbb_root_path ) Constructor
get_step_count ( )
get_task_lang_name ( )
run ( )

Method Details

__construct() public method

Constructor
public __construct ( phpbb\install\helper\container_factory $container, phpbb\filesystem\filesystem $filesystem, phpbb\install\helper\config $installer_config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, phpbb\language\language $language, string $phpbb_root_path )
$container phpbb\install\helper\container_factory
$filesystem phpbb\filesystem\filesystem
$installer_config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$language phpbb\language\language
$phpbb_root_path string

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 property

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

$config protected property

protected config,phpbb\config $config
return phpbb\config\config

$extension_manager protected property

protected manager,phpbb\extension $extension_manager
return phpbb\extension\manager

$filesystem protected property

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

$installer_config protected property

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

$iohandler protected property

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

$language protected property

protected language,phpbb\language $language
return phpbb\language\language

$log protected property

protected log,phpbb\log $log
return phpbb\log\log

$migrator protected property

protected migrator,phpbb\db $migrator
return phpbb\db\migrator

$phpbb_root_path protected property

protected string $phpbb_root_path
return string

$user protected property

protected user,phpbb $user
return phpbb\user