Свойство | Тип | Описание | |
---|---|---|---|
$backupDestination | |||
$diskName | string | ||
$maximumAgeOfNewestBackupInDays | integer | ||
$maximumStorageUsageInMegabytes | integer | ||
$reachable | boolean |
Метод | Описание | |
---|---|---|
__construct ( |
||
amountOfBackups ( ) : integer | ||
backupDestination ( ) : |
||
backupName ( ) : string | ||
connectionError ( ) : Exception | ||
dateOfNewestBackup ( ) : Carbon\Carbon | null | ||
diskName ( ) : string | ||
humanReadableAllowedStorage ( ) : string | ||
humanReadableUsedStorage ( ) : string | ||
isHealthy ( ) : boolean | ||
isReachable ( ) : boolean | ||
maximumAgeOfNewestBackupInDays ( ) : integer | ||
maximumAllowedUsageInBytes ( ) : integer | ||
newestBackupIsTooOld ( ) : boolean | ||
setMaximumAgeOfNewestBackupInDays ( integer $days ) : |
||
setMaximumStorageUsageInMegabytes ( float $megabytes ) : |
||
usedStorage ( ) : integer | ||
usesTooMuchStorage ( ) : boolean |
public __construct ( |
||
$backupDestination | ||
$diskName | string |
public backupDestination ( ) : |
||
Результат |
public dateOfNewestBackup ( ) : Carbon\Carbon | null | ||
Результат | Carbon\Carbon | null |
public humanReadableAllowedStorage ( ) : string | ||
Результат | string |
public humanReadableUsedStorage ( ) : string | ||
Результат | string |
public maximumAgeOfNewestBackupInDays ( ) : integer | ||
Результат | integer |
public maximumAllowedUsageInBytes ( ) : integer | ||
Результат | integer |
public setMaximumAgeOfNewestBackupInDays ( integer $days ) : |
||
$days | integer | |
Результат |
public setMaximumStorageUsageInMegabytes ( float $megabytes ) : |
||
$megabytes | float | |
Результат |
protected BackupDestination,Spatie\Backup\BackupDestination $backupDestination | ||
Результат |
protected int $maximumAgeOfNewestBackupInDays | ||
Результат | integer |
protected int $maximumStorageUsageInMegabytes | ||
Результат | integer |