Файловый менеджер - Редактировать - /home/lmsyaran/public_html/j3/administrator/components/com_phocacart/models/fields/phocacartextensions.php
Назад
<?php /* @package Joomla * @copyright Copyright (C) Open Source Matters. All rights reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php * @extension Phoca Extension * @copyright Copyright (C) Jan Pavelka www.phoca.cz * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */ defined('_JEXEC') or die(); class JFormFieldPhocacartExtensions extends JFormField { protected $type = 'PhocacartExtensions'; protected function getInput() { $attr = ''; $attr .= $this->element['size'] ? ' size="' . (int)$this->element['size'] . '"' : ''; $attr .= $this->element['maxlength'] ? ' maxlength="' . (int)$this->element['maxlength'] . '"' : ''; $attr .= $this->element['class'] ? ' class="' . (string)$this->element['class'] . '"' : ''; $attr .= ((string)$this->element['readonly'] == 'true') ? ' readonly="readonly"' : ''; $attr .= ((string)$this->element['disabled'] == 'true') ? ' disabled="disabled"' : ''; $attr .= $this->element['onchange'] ? ' onchange="' . (string)$this->element['onchange'] . '" ' : ' '; // Default value is set in XML filter_phocacartextensions.xml $extensions = PhocacartUtilsSettings::getExtenstionsArray(); return Joomla\CMS\HTML\HTMLHelper::_('select.genericlist', $extensions, $this->name, $attr , 'value', 'text', $this->value, $this->id ); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка