Файловый менеджер - Редактировать - /home/lmsyaran/public_html/administrator/components/com_jea/views/features/view.html.php
Назад
<?php /** * This file is part of Joomla Estate Agency - Joomla! extension for real estate agency * * @package Joomla.Administrator * @subpackage com_jea * @copyright Copyright (C) 2008 - 2020 PHILIP Sylvain. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; /** * View to manage all features tables. * * @package Joomla.Administrator * @subpackage com_jea * * @since 2.0 */ class JeaViewFeatures extends JViewLegacy { /** * Array of managed features * * @var stdClass[] */ protected $items; /** * The model state * * @var Jobject */ protected $state; /** * The sidebar output * * @var string */ protected $sidebar = ''; /** * Overrides parent method. * * @param string $tpl The name of the template file to parse. * * @return mixed A string if successful, otherwise an Error object. * * @see JViewLegacy::display() */ public function display($tpl = null) { $this->items = $this->get('Items'); $this->state = $this->get('State'); JeaHelper::addSubmenu('features'); $this->addToolbar(); $this->sidebar = JHtmlSidebar::render(); parent::display($tpl); } /** * Add the page title and toolbar. * * @return void */ protected function addToolbar() { $canDo = JeaHelper::getActions(); JToolBarHelper::title(JText::_('COM_JEA_FEATURES_MANAGEMENT'), 'jea'); if ($canDo->get('core.manage')) { JToolBarHelper::custom('features.import', 'database', '', 'Import', false); } JToolBarHelper::custom('features.export', 'download', '', 'Export', false); if ($canDo->get('core.admin')) { JToolBarHelper::divider(); JToolBarHelper::preferences('com_jea'); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка