KMP PHP API Reference

RoutedTenantBackupStorage
in package
implements TenantBackupStorageInterface

FinalYes

Writes new archives to configured storage while retaining historical local:// reads.

Table of Contents

Interfaces

TenantBackupStorageInterface

Properties

$configured  : TenantBackupStorageInterface
$local  : TenantBackupStorageInterface

Methods

__construct()  : mixed
Constructor.
delete()  : void
Delete a stored encrypted archive.
retrieve()  : TenantBackupStoredObject
Retrieve and verify basic metadata for an encrypted archive.
store()  : TenantBackupStoredObject
workPath()  : string
Return an isolated local staging path for an archive.
adapter()  : TenantBackupStorageInterface
Select storage from the persisted object URI scheme.

Properties

Methods

delete()

Delete a stored encrypted archive.

public delete(string $objectUri) : void
Parameters
$objectUri : string
Tags
inheritDoc

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