Source for file view.html.php

Documentation is available at view.html.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 categories view.
  14.  *
  15.  * @package     Joomla.Site
  16.  * @subpackage  com_newsfeeds
  17.  * @since       1.5
  18.  */
  19. {
  20.     /**
  21.      * Language key for default page heading
  22.      *
  23.      * @var    string 
  24.      * @since  3.2
  25.      */
  26.     protected $pageHeading = 'COM_NEWSFEEDS_DEFAULT_PAGE_TITLE';
  27.  
  28.     /**
  29.      * @var    string  The name of the extension for the category
  30.      * @since  3.2
  31.      */
  32.     protected $extension = 'com_newsfeeds';
  33. }

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