Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/includes/CommentFormatter/StringCommentIterator.php
Ðазад
<?php namespace MediaWiki\CommentFormatter; use ArrayIterator; /** * An adaptor which converts an array of strings to an iterator of CommentItem * objects. * * @since 1.38 */ class StringCommentIterator extends ArrayIterator { /** * @internal Use CommentBatch::strings() * @param string[] $strings */ public function __construct( $strings ) { parent::__construct( $strings ); } public function current(): CommentItem { return new CommentItem( parent::current() ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка