芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/acancehyucatan.gob.mx/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 { }