Current File : /home/pacjaorg/public_html/nsa/libraries/src/Http/TransportInterface.php |
<?php
/**
* Joomla! Content Management System
*
* @copyright (C) 2011 Open Source Matters, Inc. <https://www.joomla.org>
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
namespace Joomla\CMS\Http;
\defined('JPATH_PLATFORM') or die;
use Joomla\Http\TransportInterface as FrameworkTransportInterface;
/**
* HTTP transport class interface.
*
* @since 1.7.3
* @deprecated 5.0 Implement Joomla\Http\TransportInterface instead
*/
interface TransportInterface extends FrameworkTransportInterface
{
}