PHP 클래스 Spatie\Backup\BackupDestination\Backup

파일 보기 프로젝트 열기: spatie/laravel-backup 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Contracts\Filesystem\Filesystem $disk, string $path )
$disk Illuminate\Contracts\Filesystem\Filesystem
$path string

date() 공개 메소드

public date ( ) : Carbon\Carbon
리턴 Carbon\Carbon

delete() 공개 메소드

Delete the backup from the disk.
public delete ( )

exists() 공개 메소드

public exists ( ) : boolean
리턴 boolean

path() 공개 메소드

public path ( ) : string
리턴 string

size() 공개 메소드

Get the size in bytes.
public size ( ) : integer
리턴 integer

프로퍼티 상세

$disk 보호되어 있는 프로퍼티

protected Filesystem,Illuminate\Contracts\Filesystem $disk
리턴 Illuminate\Contracts\Filesystem\Filesystem

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string