Source for file ucm.php

Documentation is available at ucm.php

  1. <?php
  2. /**
  3.  * @package     Joomla.Libraries
  4.  * @subpackage  UCM
  5.  *
  6.  * @copyright   Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
  7.  * @license     GNU General Public License version 2 or later; see LICENSE.txt
  8.  */
  9.  
  10. defined('JPATH_BASE'or die;
  11.  
  12. /**
  13.  * Interface to handle UCM
  14.  *
  15.  * @package     Joomla.Libraries
  16.  * @subpackage  UCM
  17.  * @since       3.1
  18.  */
  19. interface JUcm
  20. {
  21. }

Documentation generated on Tue, 19 Nov 2013 15:16:04 +0100 by phpDocumentor 1.4.3