[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/components/com_newsfeeds/src/View/Categories/ -> HtmlView.php (source)

   1  <?php
   2  
   3  /**
   4   * @package     Joomla.Site
   5   * @subpackage  com_newsfeeds
   6   *
   7   * @copyright   (C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
   8   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   9   */
  10  
  11  namespace Joomla\Component\Newsfeeds\Site\View\Categories;
  12  
  13  use Joomla\CMS\MVC\View\CategoriesView;
  14  
  15  // phpcs:disable PSR1.Files.SideEffects
  16  \defined('_JEXEC') or die;
  17  // phpcs:enable PSR1.Files.SideEffects
  18  
  19  /**
  20   * Newsfeed categories view.
  21   *
  22   * @since  1.5
  23   */
  24  class HtmlView extends CategoriesView
  25  {
  26      /**
  27       * Language key for default page heading
  28       *
  29       * @var    string
  30       * @since  3.2
  31       */
  32      protected $pageHeading = 'COM_NEWSFEEDS_DEFAULT_PAGE_TITLE';
  33  
  34      /**
  35       * @var    string  The name of the extension for the category
  36       * @since  3.2
  37       */
  38      protected $extension = 'com_newsfeeds';
  39  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer