Свойство | Type | Description | |
---|---|---|---|
$cache | phpbb\cache\driver\driver_interface | ||
$config | phpbb\config\db | ||
$config_php_file | phpbb\config_php_file | ||
$config_table | string | ||
$controller_helper | phpbb\install\controller\helper | ||
$db | phpbb\db\driver\driver_interface | ||
$db_helper | phpbb\install\helper\database | ||
$install_helper | phpbb\install\helper\install_helper | ||
$installer_cache | phpbb\cache\driver\driver_interface | ||
$iohandler | phpbb\install\helper\iohandler\iohandler_interface | ||
$language | phpbb\language\language | ||
$navigation_provider | phpbb\install\helper\navigation\navigation_provider | ||
$php_ext | string | ||
$phpbb_root_path | string | ||
$request | phpbb\request\request_interface | ||
$session_keys_table | string | ||
$session_table | string | ||
$template | phpbb\template\template |
Méthode | Description | |
---|---|---|
__construct ( phpbb\cache\driver\driver_interface $cache, phpbb\install\helper\container_factory $container, phpbb\install\helper\database $db_helper, phpbb\install\controller\helper $controller_helper, phpbb\install\helper\install_helper $install_helper, phpbb\install\helper\iohandler\factory $iohandler, phpbb\language\language $language, phpbb\install\helper\navigation\navigation_provider $nav, phpbb\request\request_interface $request, phpbb\template\template $template, string $phpbb_root_path, string $php_ext ) | Constructor | |
convert ( $converter ) | Run conversion | |
finish ( ) | Render the final page of the convertor | |
intro ( boolean | integer $start_new ) : |
Render the intro page | |
proccess_settings_form ( string $convertor ) | Validates settings form | |
redirect_to_html ( string $url ) | Redirects an AJAX request to a non-JS version | |
render_error ( string $msg, string | boolean $desc = false ) | Renders an error form | |
render_settings_form ( array $error = [] ) | Renders settings form | |
settings ( string $convertor ) : |
Obtain convertor settings |
Méthode | Description | |
---|---|---|
render_convert_list ( ) : |
Render the list of available convertors |
Méthode | Description | |
---|---|---|
setup_navigation ( $stage ) |
public __construct ( phpbb\cache\driver\driver_interface $cache, phpbb\install\helper\container_factory $container, phpbb\install\helper\database $db_helper, phpbb\install\controller\helper $controller_helper, phpbb\install\helper\install_helper $install_helper, phpbb\install\helper\iohandler\factory $iohandler, phpbb\language\language $language, phpbb\install\helper\navigation\navigation_provider $nav, phpbb\request\request_interface $request, phpbb\template\template $template, string $phpbb_root_path, string $php_ext ) | ||
$cache | phpbb\cache\driver\driver_interface | |
$container | phpbb\install\helper\container_factory | |
$db_helper | phpbb\install\helper\database | |
$controller_helper | phpbb\install\controller\helper | |
$install_helper | phpbb\install\helper\install_helper | |
$iohandler | phpbb\install\helper\iohandler\factory | |
$language | phpbb\language\language | |
$nav | phpbb\install\helper\navigation\navigation_provider | |
$request | phpbb\request\request_interface | |
$template | phpbb\template\template | |
$phpbb_root_path | string | |
$php_ext | string |
public proccess_settings_form ( string $convertor ) | ||
$convertor | string |
public redirect_to_html ( string $url ) | ||
$url | string | URL to redirect to |
protected render_convert_list ( ) : |
||
Résultat |
public render_settings_form ( array $error = [] ) | ||
$error | array | Array of errors |
protected driver_interface,phpbb\cache\driver $cache | ||
Résultat | phpbb\cache\driver\driver_interface |
protected config_php_file,phpbb $config_php_file | ||
Résultat | phpbb\config_php_file |
protected helper,phpbb\install\controller $controller_helper | ||
Résultat | phpbb\install\controller\helper |
protected driver_interface,phpbb\db\driver $db | ||
Résultat | phpbb\db\driver\driver_interface |
protected database,phpbb\install\helper $db_helper | ||
Résultat | phpbb\install\helper\database |
protected install_helper,phpbb\install\helper $install_helper | ||
Résultat | phpbb\install\helper\install_helper |
protected driver_interface,phpbb\cache\driver $installer_cache | ||
Résultat | phpbb\cache\driver\driver_interface |
protected iohandler_interface,phpbb\install\helper\iohandler $iohandler | ||
Résultat | phpbb\install\helper\iohandler\iohandler_interface |
protected language,phpbb\language $language | ||
Résultat | phpbb\language\language |
protected request_interface,phpbb\request $request | ||
Résultat | phpbb\request\request_interface |