Property | Type | Description | |
---|---|---|---|
$disk | Illuminate\Contracts\Filesystem\Filesystem | ||
$path | string |
Method | Description | |
---|---|---|
__construct ( Illuminate\Contracts\Filesystem\Filesystem $disk, string $path ) | ||
date ( ) : Carbon\Carbon | ||
delete ( ) | Delete the backup from the disk. | |
exists ( ) : boolean | ||
path ( ) : string | ||
size ( ) : integer | Get the size in bytes. |
public __construct ( Illuminate\Contracts\Filesystem\Filesystem $disk, string $path ) | ||
$disk | Illuminate\Contracts\Filesystem\Filesystem | |
$path | string |
protected Filesystem,Illuminate\Contracts\Filesystem $disk | ||
return | Illuminate\Contracts\Filesystem\Filesystem |