?
Path : /home/admin/public_html/old/libraries/cms/ucm/ |
Current File : /home/admin/public_html/old/libraries/cms/ucm/ucm.php |
<?php /** * @package Joomla.Libraries * @subpackage UCM * * @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('JPATH_PLATFORM') or die; /** * Interface to handle UCM * * @since 3.1 */ interface JUcm { }