phpBB API Documentation
Class

phpbb\install\controller\archive_download

class archive_download

Methods

__construct(config $config)

Constructor

BinaryFileResponse conflict_archive()

Sends response with the merge conflict archive

BinaryFileResponse update_archive()

Sends response with the updated files' archive

Details

at line 33
public __construct(config $config)

Constructor

Parameters

config $config

at line 47
public BinaryFileResponse conflict_archive()

Sends response with the merge conflict archive

Merge conflicts always have to be resolved manually, so we use a different archive for that.

Return Value

BinaryFileResponse

at line 64
public BinaryFileResponse update_archive()

Sends response with the updated files' archive

Return Value

BinaryFileResponse