Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/CheckUser/src/CheckUser/Widgets/CIDRCalculatorResultBox.php
Ðазад
<?php namespace MediaWiki\CheckUser\CheckUser\Widgets; use OOUI\TextInputWidget; class CIDRCalculatorResultBox extends TextInputWidget { /** * @param array $config */ public function __construct( array $config = [] ) { parent::__construct( $config ); $this->input->setAttributes( [ 'disabled' => 'disabled' ] ); } /** * Because this widget is always disabled * by definition this does nothing. * * @param bool $disabled unused * @return $this */ public function setDisabled( $disabled ) { // Ignore calls to setDisabled as it should always be disabled. return $this; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка