PHP 클래스 Spatie\Backup\Tasks\Backup\Manifest

상속: implements Countabl\Countable
파일 보기 프로젝트 열기: spatie/laravel-backup 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$manifestPath string

공개 메소드들

메소드 설명
__construct ( string $manifestPath )
addFiles ( array $filePaths ) : Manifest
count ( ) : integer
create ( string $manifestPath ) : Manifest
files ( ) : Generator | string[]
path ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( string $manifestPath )
$manifestPath string

addFiles() 공개 메소드

public addFiles ( array $filePaths ) : Manifest
$filePaths array
리턴 Manifest

count() 공개 메소드

public count ( ) : integer
리턴 integer

create() 공개 정적인 메소드

public static create ( string $manifestPath ) : Manifest
$manifestPath string
리턴 Manifest

files() 공개 메소드

public files ( ) : Generator | string[]
리턴 Generator | string[]

path() 공개 메소드

public path ( ) : string
리턴 string

프로퍼티 상세

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

protected string $manifestPath
리턴 string