���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/parsoid/src/Ext/Gallery/ParsedLine.php
���ѧ٧ѧ�
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Ext\Gallery; use Wikimedia\Parsoid\DOM\Element; class ParsedLine { /** * DOM node representing the thumbnail image. * @var Element */ public $thumb; /** * DOM node representing the caption (if any). * @var ?Element */ public $gallerytext; /** * The `typeof` the thumbnail image. * @var string */ public $rdfaType; /** * Construct a new ParsedLine object. * @param Element $thumb * @param ?Element $gallerytext * @param string $rdfaType */ public function __construct( Element $thumb, ?Element $gallerytext, string $rdfaType ) { $this->thumb = $thumb; $this->gallerytext = $gallerytext; $this->rdfaType = $rdfaType; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.2 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�