PHP Класс phpbb\install\module\update_database\task\update

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

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

Свойство Тип Описание
$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

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

Метод Описание
__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 ( )

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

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

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

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

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

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

protected manager,phpbb\extension $extension_manager
Результат phpbb\extension\manager

$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

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

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

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

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

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

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

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

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

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

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