Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/parsoid/src/ParserTests/Article.php
Ðазад
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\ParserTests; /** * Represents a parser test */ class Article extends Item { /** @var string */ public $title; /** @var string */ public $text; /** * @param array $articleProps key-value mapping of properties * @param ?string $comment Optional comment describing the article */ public function __construct( array $articleProps, ?string $comment = null ) { parent::__construct( $articleProps, $comment ); $this->title = $articleProps['title']; $this->text = $articleProps['text']; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка