Backup
in package
Table of Contents
- $disk : Filesystem
- $path : string
- __construct() : mixed
- date() : Carbon
- delete() : mixed
- exists() : bool
- path() : string
- size() : int
- Get the size in bytes.
- stream() : mixed
Properties
$disk
protected
Filesystem
$disk
$path
protected
string
$path
Methods
__construct()
public
__construct(Filesystem $disk, string $path) : mixed
Parameters
- $disk : Filesystem
- $path : string
Return values
mixed —date()
public
date() : Carbon
Return values
Carbon —delete()
public
delete() : mixed
Return values
mixed —exists()
public
exists() : bool
Return values
bool —path()
public
path() : string
Return values
string —size()
Get the size in bytes.
public
size() : int
Return values
int —stream()
public
stream() : mixed