Spatie\Backup\Tasks\Backup\Manifest::__construct PHP Метод

__construct() публичный Метод

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