[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_config/tmpl/application/ -> default_permissions.php (source)

   1  <?php
   2  
   3  /**
   4   * @package     Joomla.Administrator
   5   * @subpackage  com_config
   6   *
   7   * @copyright   (C) 2013 Open Source Matters, Inc. <https://www.joomla.org>
   8   * @license     GNU General Public License version 2 or later; see LICENSE.txt
   9   */
  10  
  11  use Joomla\CMS\Language\Text;
  12  use Joomla\CMS\Layout\LayoutHelper;
  13  
  14  defined('_JEXEC') or die;
  15  
  16  $this->name        = Text::_('COM_CONFIG_PERMISSION_SETTINGS');
  17  $this->description = '';
  18  $this->fieldsname  = 'permissions';
  19  $this->formclass   = 'form-no-columns options-form';
  20  $this->showlabel   = false;
  21  
  22  echo LayoutHelper::render('joomla.content.options_default', $this);


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