FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
CurlRequestService.php
Go to the documentation of this file.
1
<?php
2
/*
3
This program is free software; you can redistribute it and/or
4
modify it under the terms of the GNU General Public License
5
version 2 as published by the Free Software Foundation.
6
7
This program is distributed in the hope that it will be useful,
8
but WITHOUT ANY WARRANTY; without even the implied warranty of
9
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
GNU General Public License for more details.
11
12
You should have received a copy of the GNU General Public License along
13
with this program; if not, write to the Free Software Foundation, Inc.,
14
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15
*/
16
17
namespace
Fossology\Lib\Application
;
18
28
class
CurlRequestService
29
{
35
public
function
create
($url)
36
{
37
return
new
CurlRequest
($url);
38
}
39
}
Fossology\Lib\Application\CurlRequestService\create
create($url)
Definition:
CurlRequestService.php:35
Fossology\Lib\Application
Utility functions for specific applications.
Fossology\Lib\Application\CurlRequestService
Definition:
CurlRequestService.php:28
Fossology\Lib\Application\CurlRequest
Handle curl requests.
Definition:
CurlRequest.php:34
src
lib
php
Application
CurlRequestService.php
Generated on Mon Jun 29 2020 12:03:42 for FOSSology by
1.8.11