Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_osmembership/libraries/mpf/form/field/file.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 MPFFormFieldFile extends MPFFormField { /** * The form field type. * * @var string */ protected $type = 'File'; public function __construct($row, $value = null, $fieldSuffix = null) { parent::__construct($row, $value, $fieldSuffix); if ($row->size) { $this->attributes['size'] = $row->size; } } /** * Method to get the field input markup. * * @param OSMembershipHelperBootstrap $bootstrapHelper * * @return string The field input markup. */ public function getInput($bootstrapHelper = null) { $data = [ 'name' => $this->name, 'value' => $this->value, 'attributes' => $this->buildAttributes(), 'row' => $this->row, ]; return OSMembershipHelperHtml::loadCommonLayout('fieldlayout/file.php', $data); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка