Current Directory: /home/astoriaah/www/old15/libraries/cms/ucm
Viewing File: /home/astoriaah/www/old15/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
{
}