Файловый менеджер - Редактировать - /var/www/html/administrator/components/com_osmembership/libraries/mpf/form/field/number.php
Ðазад
<?php /** * Form Field class for the Joomla MPF. * * Supports a number input. * * @package Joomla.MPF * @subpackage Form */ class MPFFormFieldNumber extends MPFFormFieldText { /** * Field Type * * @var string */ protected $type = 'Number'; /** * Constructor. * * @param OSMembershipTableField $row * @param string $value * @param string $fieldSuffix */ public function __construct($row, $value, $fieldSuffix) { parent::__construct($row, $value, $fieldSuffix); if ($row->min !== null) { $this->attributes['min'] = $row->min; } if ($row->max !== null) { $this->attributes['max'] = $row->max; } if ($row->step > 0) { $this->attributes['step'] = $row->step; } } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка