KMP PHP API Reference

ConfiguredPlatformDatabaseBackupStorage
in package
implements PlatformDatabaseBackupStorageInterface

FinalYes

Table of Contents

Interfaces

PlatformDatabaseBackupStorageInterface

Properties

$objects  : BackupObjectStorage

Methods

__construct()  : mixed
Constructor.
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.

Properties

Methods

workPath()

Return an isolated local staging path for an archive.

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

Search results