Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
core
/
lib
/
paypal
/
paypal
/
paypalhttp
/
lib
/
PayPalHttp
:
Injector.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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); }