File "Environment.php"

Full Path: /home/cananyalcin/public_html/core/lib/paypal/paypal/paypalhttp/lib/PayPalHttp/Environment.php
File size: 296 bytes
MIME-type: text/x-php
Charset: utf-8

<?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();
}