Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/Echo/includes/ArrayList.php
Ðазад
<?php namespace MediaWiki\Extension\Notifications; /** * Implements the ContainmentList interface for php arrays. Possible source * of arrays includes $wg* global variables initialized from extensions or global * wiki config. */ class ArrayList implements ContainmentList { /** * @var array */ protected $list; public function __construct( array $list ) { $this->list = $list; } /** * @inheritDoc */ public function getValues() { return $this->list; } /** * @inheritDoc */ public function getCacheKey() { return ''; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка