D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
paypal
/
paypalhttp
/
lib
/
PayPalHttp
/
Filename :
Injector.php
back
Copy
<?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); }