芝麻web文件管理V1.00
编辑当前文件:/home/provyohx/public_html/libraries__c0c73d1/src/Http/TransportInterface.php
* @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Http; use Joomla\Http\TransportInterface as FrameworkTransportInterface; // phpcs:disable PSR1.Files.SideEffects \defined('_JEXEC') or die; // phpcs:enable PSR1.Files.SideEffects /** * HTTP transport class interface. * * @since 1.7.3 * * @deprecated 4.0 will be removed in 6.0 * Implement Joomla\Http\TransportInterface instead */ interface TransportInterface extends FrameworkTransportInterface { }