Property | Type | Description | |
---|---|---|---|
$connectionError | Exception |
Property | Type | Description | |
---|---|---|---|
$backupName | string | ||
$disk | Illuminate\Contracts\Filesystem\Filesystem | ||
$diskName | string |
Method | Description | |
---|---|---|
__construct ( Illuminate\Contracts\Filesystem\Filesystem $disk = null, string $backupName, string $diskName ) | ||
backupName ( ) : string | ||
backups ( ) : |
||
connectionError ( ) : Exception | ||
create ( string $diskName, string $backupName ) : |
||
disk ( ) : Illuminate\Contracts\Filesystem\Filesystem | ||
diskName ( ) : string | ||
filesystemType ( ) : string | ||
isReachable ( ) : boolean | ||
newestBackup ( ) : |
||
newestBackupIsOlderThan ( Carbon\Carbon $date ) : boolean | ||
oldestBackup ( ) : |
||
usedStorage ( ) : integer | ||
write ( string $file ) |
public __construct ( Illuminate\Contracts\Filesystem\Filesystem $disk = null, string $backupName, string $diskName ) | ||
$disk | Illuminate\Contracts\Filesystem\Filesystem | |
$backupName | string | |
$diskName | string |
public disk ( ) : Illuminate\Contracts\Filesystem\Filesystem | ||
return | Illuminate\Contracts\Filesystem\Filesystem |
public newestBackupIsOlderThan ( Carbon\Carbon $date ) : boolean | ||
$date | Carbon\Carbon | |
return | boolean |
protected Filesystem,Illuminate\Contracts\Filesystem $disk | ||
return | Illuminate\Contracts\Filesystem\Filesystem |