FOSSology  4.4.0
Open Source License Compliance by Open Source Software
HelperToUploadVcsPage.php
Go to the documentation of this file.
1 <?php
2 /*
3  SPDX-FileCopyrightText: © 2019 Siemens AG
4  Author: Gaurav Mishra <mishra.gaurav@siemens.com>
5 
6  SPDX-License-Identifier: GPL-2.0-only
7 */
8 
19 
21 use Symfony\Component\HttpFoundation\Request;
22 
28 {
29 
37  public function handleRequest(Request $request)
38  {
39  return $this->handleUpload($request);
40  }
41 }
Upload from some Version Conntrol System using the UI.
handleUpload(Request $request)
Process the upload request.