Documentation

Backup
in package

Backup.

Table of Contents

getAllowedExtension()  : array<string|int, string>
Return allowed extension of backup file.
getBackupCatalogPath()  : string
Return catalog with backup files.
readCatalog()  : array<string|int, array<string|int, mixed>>
Read catalog with backup files and return catalogs and files list.

Methods

getAllowedExtension()

Return allowed extension of backup file.

public static getAllowedExtension() : array<string|int, string>
Return values
array<string|int, string>

getBackupCatalogPath()

Return catalog with backup files.

public static getBackupCatalogPath() : string
Return values
string

readCatalog()

Read catalog with backup files and return catalogs and files list.

public static readCatalog(string $catalogToRead) : array<string|int, array<string|int, mixed>>
Parameters
$catalogToRead : string
Tags
throws
NoPermitted
Return values
array<string|int, array<string|int, mixed>>

        

Search results