Documentation

DownloadOfficialBackup

Use case for generating official LWT format backup.

This format is compatible with the original LWT application.

Tags
since
3.0.0

Table of Contents

Properties

$repository  : BackupRepositoryInterface

Methods

__construct()  : mixed
Constructor.
execute()  : never
Execute the use case - generate and output official backup file.
generate()  : array{filename: string, content: string}
Generate official backup content without outputting.

Properties

Methods

execute()

Execute the use case - generate and output official backup file.

public execute() : never
Return values
never

Outputs file and terminates

generate()

Generate official backup content without outputting.

public generate() : array{filename: string, content: string}
Return values
array{filename: string, content: string}

Backup data


        
On this page

Search results