KMP PHP API Reference

PlatformDatabaseBackupStorageInterface extends BackupArchiveStorageInterface

Table of Contents

Methods

delete()  : void
Delete a stored encrypted archive.
retrieve()  : TenantBackupStoredObject
Retrieve and verify basic metadata for an encrypted archive.
store()  : TenantBackupStoredObject
Persist an encrypted platform database archive.
workPath()  : string
Return an isolated local staging path for an archive.

Methods

workPath()

Return an isolated local staging path for an archive.

public workPath(string $backupId, string $suffix) : string
Parameters
$backupId : string
$suffix : string
Return values
string
On this page

Search results