Файловый менеджер - Редактировать - /home/lmsyaran/public_html/components/com_phocacart/models/fields/phocacartparametervaluessubmititems.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(); if (! class_exists('PhocacartParameter')) { require_once( JPATH_ADMINISTRATOR.'/components/com_phocacart/libraries/phocacart/parameter/parameter.php'); } $lang = JFactory::getLanguage(); $lang->load('com_phocacart'); defined('_JEXEC') or die(); class JFormFieldPhocaCartParameterValuesSubmitItems extends JFormField { protected $type = 'PhocaCartParameterValuesSubmitItems'; protected function getInput() { $id = (int) $this->form->getValue('id'); $parameterId = (int)$this->element['parameterid']; $attr = $this->element['class'] ? ' class="'.(string) $this->element['class'].'"' : ' class="inputbox"'; $attr .= $this->element['size'] ? ' size="'.(int) $this->element['size'].'"' : ''; //$attr .= ((string) $this->element['required'] == 'true') ? ' required aria-required="true"' : ''; $attr .= $this->required ? ' required aria-required="true"' : ''; $attr .= ((string) $this->element['multiple'] == 'true') ? ' multiple="multiple"' : ''; $activeParameters = array(); if ((int)$id > 0) { $activeParameters = PhocacartParameter::getParameterValuesSubmitItems($id, $parameterId, 1); } return PhocacartParameter::getAllParameterValuesSelectBox($this->name, $this->id, $parameterId, $activeParameters, $attr, 'a.id'); } } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка