PHP Класс phpbb\install\module\install_finish\task\install_extensions

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

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

Свойство Тип Описание
$config phpbb\config\db
$db phpbb\db\driver\driver_interface
$extension_manager phpbb\extension\manager
$extension_table Extension table
$finder Symfony\Component\Finder\Finder
$install_config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$log phpbb\log\log_interface
$user phpbb\user

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

Метод Описание
__construct ( phpbb\install\helper\container_factory $container, phpbb\install\helper\config $install_config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, string $phpbb_root_path ) Constructor
get_step_count ( )
get_task_lang_name ( )
run ( )

Приватные методы

Метод Описание
get_extensions ( ) : array Get extensions from database

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

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

Constructor
public __construct ( phpbb\install\helper\container_factory $container, phpbb\install\helper\config $install_config, phpbb\install\helper\iohandler\iohandler_interface $iohandler, string $phpbb_root_path )
$container phpbb\install\helper\container_factory
$install_config phpbb\install\helper\config
$iohandler phpbb\install\helper\iohandler\iohandler_interface
$phpbb_root_path string phpBB root path

get_step_count() публичный статический Метод

public static get_step_count ( )

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

public get_task_lang_name ( )

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

public run ( )

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

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

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

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

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

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

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

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

Extension table
protected $extension_table

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

protected Finder,Symfony\Component\Finder $finder
Результат Symfony\Component\Finder\Finder

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

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

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

protected iohandler_interface,phpbb\install\helper\iohandler $iohandler
Результат phpbb\install\helper\iohandler\iohandler_interface

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

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

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

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