Свойство | Тип | Описание | |
---|---|---|---|
$disk | Illuminate\Contracts\Filesystem\Filesystem | ||
$path | string |
Метод | Описание | |
---|---|---|
__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 | ||
Результат | Illuminate\Contracts\Filesystem\Filesystem |