PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
paypal
/
paypalhttp
/
lib
/
PayPalHttp
<?php namespace PayPalHttp; /** * Interface Injector * @package PayPalHttp * * Interface that can be implemented to apply injectors to Http client. * * @see HttpClient */ interface Injector { /** * @param $httpRequest HttpRequest */ public function inject($httpRequest); }
[+]
..
[-] 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]