Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/Rest/PathTemplateMatcher/PathConflict.php
Ðазад
<?php namespace MediaWiki\Rest\PathTemplateMatcher; use Exception; /** * @newable */ class PathConflict extends Exception { /** @var string */ public $newTemplate; /** @var mixed */ public $newUserData; /** @var string */ public $existingTemplate; /** @var mixed */ public $existingUserData; /** * @stable to call * * @param string $template * @param mixed $userData * @param array $existingNode */ public function __construct( $template, $userData, $existingNode ) { $this->newTemplate = $template; $this->newUserData = $userData; $this->existingTemplate = $existingNode['template']; $this->existingUserData = $existingNode['userData']; parent::__construct( "Unable to add path template \"$template\" since it conflicts " . "with the existing template \"{$this->existingTemplate}\"" ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка