class archive_download

Properties

protected config $installer_config

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
__construct(config $config)

Constructor

Parameters

config $config

at line 47
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
BinaryFileResponse update_archive()

Sends response with the updated files' archive

Return Value

BinaryFileResponse