Current Path :
/
home
/
develito
/
.trash
/
v5
/
libraries
/
src
/
Proxy
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/.trash/v5/libraries/src/Proxy/ProxyInterface.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2023 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\Proxy; // phpcs:disable PSR1.Files.SideEffects \defined('_JEXEC') or die; // phpcs:enable PSR1.Files.SideEffects /** * Interface for Proxy classes * * @since 5.0.0 */ interface ProxyInterface { }