Source for file display.php

Documentation is available at display.php

  1. <?php
  2. /**
  3.  * @package     Joomla.Administrator
  4.  * @subpackage  Joomla.Config
  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.  * Base Display Controller
  14.  *
  15.  * @package     Joomla.Administrator
  16.  * @subpackage  com_config
  17.  * @since       3.2
  18.  * @note        Needed for front end view
  19.  */
  20. {
  21.     /**
  22.      * Prefix for the view and model classes
  23.      *
  24.      * @var    string 
  25.      * @since  3.2
  26.      */
  27.     public $prefix = 'Config';
  28. }

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