Spatie\Backup\Tasks\Backup\Manifest::__construct PHP Method

__construct() public method

public __construct ( string $manifestPath )
$manifestPath string
    public function __construct(string $manifestPath)
    {
        $this->manifestPath = $manifestPath;
        touch($manifestPath);
    }