���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/parsoid/src/Ext/WTUtils.php
���ѧ٧ѧ�
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Ext; use Wikimedia\Parsoid\DOM\Element; use Wikimedia\Parsoid\DOM\Node; use Wikimedia\Parsoid\Utils\WTUtils as WTU; /** * This class provides helpers needed by extensions. * These helpers help with extracting wikitext information from the DOM. */ class WTUtils { /** * Is $node a sealed DOMFragment of a specific extension? * @param Node $node * @param string $name * @return bool */ public static function isSealedFragmentOfType( Node $node, string $name ): bool { return WTU::isSealedFragmentOfType( $node, $name ); } /** * @param Element $node * @return bool */ public static function hasVisibleCaption( Element $node ): bool { return WTU::hasVisibleCaption( $node ); } /** * @param Node $node * @return string */ public static function textContentFromCaption( Node $node ): string { return WTU::textContentFromCaption( $node ); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.06 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�