���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/parsoid/src/Ext/Cite/Cite.php
���ѧ٧ѧ�
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Ext\Cite; use Wikimedia\Parsoid\Ext\ExtensionModule; /** * Native Parsoid implementation of the Cite extension * that ties together `<ref>` and `<references>`. */ class Cite implements ExtensionModule { /** @inheritDoc */ public function getConfig(): array { return [ 'name' => 'Cite', 'domProcessors' => [ RefProcessor::class, ], 'tags' => [ [ 'name' => 'ref', 'handler' => Ref::class, 'options' => [ 'wt2html' => [ 'unpackOutput' => false ] ], ], [ 'name' => 'references', 'handler' => References::class, 'options' => [ 'html2wt' => [ 'format' => 'block' ] ], ] ], ]; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.11 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�