phpbb\install\module\obtain_data\task\obtain_database_data::__construct PHP Method

__construct() public method

Constructor
public __construct ( phpbb\install\helper\database $database_helper, phpbb\install\helper\config $install_config, phpbb\install\helper\iohandler\iohandler_interface $iohandler )
$database_helper phpbb\install\helper\database Installer's database helper
$install_config phpbb\install\helper\config Installer's config helper
$iohandler phpbb\install\helper\iohandler\iohandler_interface Installer's input-output handler
    public function __construct(\phpbb\install\helper\database $database_helper, \phpbb\install\helper\config $install_config, \phpbb\install\helper\iohandler\iohandler_interface $iohandler)
    {
        $this->database_helper = $database_helper;
        $this->install_config = $install_config;
        $this->io_handler = $iohandler;
        parent::__construct(true);
    }