芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/ixilyucatan.gob.mx/libraries/src/Http/TransportInterface.php
* @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 { }