Source for file category.php

Documentation is available at category.php

  1. <?php
  2. /**
  3.  * @package     Joomla.Site
  4.  * @subpackage  com_newsfeeds
  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('_JEXEC'or die;
  11.  
  12. /**
  13.  * Content Component Category Tree
  14.  *
  15.  * @package     Joomla.Site
  16.  * @subpackage  com_newsfeeds
  17.  * @since       1.6
  18.  */
  19. {
  20.     public function __construct($options array())
  21.     {
  22.         $options['table''#__newsfeeds';
  23.         $options['extension''com_newsfeeds';
  24.         $options['statefield''published';
  25.         parent::__construct($options);
  26.     }
  27. }

Documentation generated on Tue, 19 Nov 2013 14:55:27 +0100 by phpDocumentor 1.4.3