[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/install/ -> installer.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 350 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

installer:: (6 methods):
  __construct()
  set_modules()
  set_iohandler()
  set_purge_cache_before()
  run()
  recover_progress()


Class: installer  - X-Ref

__construct(driver_interface $cache, config $config, path_helper $path_helper, container_factory $container)   X-Ref
Constructor

param: driver_interface    $cache            Cache service
param: config            $config            Installer config handler
param: path_helper        $path_helper    Path helper
param: container_factory    $container        Container

set_modules(ordered_service_collection $modules)   X-Ref
Sets modules to execute

Note: The installer will run modules in the order they are set in
the array.

param: ordered_service_collection    $modules    Service collection of module service names

set_iohandler(iohandler_interface $iohandler)   X-Ref
Sets input-output handler objects

param: iohandler_interface    $iohandler

set_purge_cache_before($purge_cache_before)   X-Ref
Sets whether to purge cache before the installation process

param: bool    $purge_cache_before

run()   X-Ref
Run phpBB installer


recover_progress()   X-Ref
Recover install progress

return: string    Index of the next installer module to execute



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1