Current Path :
/
home
/
develito
/
.trash
/
v5
/
libraries
/
src
/
UCM
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/develito/.trash/v5/libraries/src/UCM/UCM.php
<?php /** * Joomla! Content Management System * * @copyright (C) 2017 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ namespace Joomla\CMS\UCM; // phpcs:disable PSR1.Files.SideEffects \defined('_JEXEC') or die; // phpcs:enable PSR1.Files.SideEffects /** * Interface to handle UCM * * @since 3.1 * @deprecated 5.4.0 will be removed in 7.0 without replacement */ interface UCM { }