ok
Direktori : /home2/selectio/www/limpiar.in.net/install/vendor/paypal/paypalhttp/lib/PayPalHttp/ |
Current File : //home2/selectio/www/limpiar.in.net/install/vendor/paypal/paypalhttp/lib/PayPalHttp/Environment.php |
<?php namespace 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(); }