PATH:
home
/
lab2454c
/
.trash
/
core
/
app
/
Http
/
Controllers
/
Gateway
/
PaypalSdk
/
PayPalHttp
<?php namespace App\Http\Controllers\Gateway\PaypalSdk\PayPalHttp; /** * Interface Environment * @package PayPalHttp * * Describes a domain that hosts a REST API, against which an HttpClient will make requests. * @see HttpClient */ interface Environment { /** * @return string */ public function baseUrl(); }
[+]
..
[-] Encoder.php
[edit]
[-] HttpException.php
[edit]
[+]
Serializer
[-] Injector.php
[edit]
[-] HttpResponse.php
[edit]
[-] Curl.php
[edit]
[-] HttpRequest.php
[edit]
[-] Environment.php
[edit]
[-] HttpClient.php
[edit]
[-] Serializer.php
[edit]
[-] IOException.php
[edit]