���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/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.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.4 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�