Documentation

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

Methods

__construct()

public __construct(Filesystem $disk, string $path) : mixed
Parameters
$disk : Filesystem
$path : string
Return values
mixed

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
Return values
mixed

Search results