Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/tests/phpunit/includes/diff/CustomDifferenceEngine.php
Ðазад
<?php use MediaWiki\Content\Content; class CustomDifferenceEngine extends DifferenceEngine { public function __construct() { parent::__construct(); } public function generateContentDiffBody( Content $old, Content $new ) { return $old->getText() . '|' . $new->getText(); } public function showDiffStyle() { $this->getOutput()->addModules( 'foo' ); } public function getDiffBodyCacheKeyParams() { $params = parent::getDiffBodyCacheKeyParams(); $params[] = 'foo'; return $params; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка