Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_osmembership/libraries/mpf/form/field/heading.php
Ðазад
<?php /** * @package MPF * @subpackage Form * * @copyright Copyright (C) 2016 Ossolution Team, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('_JEXEC') or die; class MPFFormFieldHeading extends MPFFormField { /** * The form field type. * * @var string */ protected $type = 'Heading'; /** * Method to get the field input markup. * * @param OSMembershipHelperBootstrap $bootstrapHelper * * @return string The field input markup. */ public function getInput($bootstrapHelper = null) { $controlGroupAttributes = 'id="field_' . $this->name . '" '; if (!$this->visible) { $controlGroupAttributes .= ' style="display:none;" '; } $data = [ 'controlGroupAttributes' => $controlGroupAttributes, 'title' => $this->title, 'row' => $this->row, ]; return OSMembershipHelperHtml::loadCommonLayout('fieldlayout/heading.php', $data); } /** * Method to get a control group with label and input. * * @param OSMembershipHelperBootstrap $bootstrapHelper * @param bool $enableGrid * * @return string A string containing the html for the control goup */ public function getControlGroup($bootstrapHelper = null, $enableGrid = false) { return $this->getInput($bootstrapHelper); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка