PHP Class Spatie\Backup\Tasks\Backup\Manifest

Inheritance: implements Countabl\Countable
Afficher le fichier Open project: spatie/laravel-backup Class Usage Examples

Protected Properties

Свойство Type Description
$manifestPath string

Méthodes publiques

Méthode Description
__construct ( string $manifestPath )
addFiles ( array $filePaths ) : Manifest
count ( ) : integer
create ( string $manifestPath ) : Manifest
files ( ) : Generator | string[]
path ( ) : string

Method Details

__construct() public méthode

public __construct ( string $manifestPath )
$manifestPath string

addFiles() public méthode

public addFiles ( array $filePaths ) : Manifest
$filePaths array
Résultat Manifest

count() public méthode

public count ( ) : integer
Résultat integer

create() public static méthode

public static create ( string $manifestPath ) : Manifest
$manifestPath string
Résultat Manifest

files() public méthode

public files ( ) : Generator | string[]
Résultat Generator | string[]

path() public méthode

public path ( ) : string
Résultat string

Property Details

$manifestPath protected_oe property

protected string $manifestPath
Résultat string