���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/rickpfrv/wiki.craftaro.com/vendor/wikimedia/parsoid/src/Wt2Html/TT/TokenHandlerResult.php
���ѧ٧ѧ�
<?php declare( strict_types = 1 ); namespace Wikimedia\Parsoid\Wt2Html\TT; class TokenHandlerResult { /** @var array|null */ public $tokens; /** @var bool */ public $skipOnAny; /** * @param array|null $tokens The new array of tokens, or null to retain the * current token * @param bool $skipOnAny Don't call this handler's onAny() method for this token */ public function __construct( array $tokens = null, $skipOnAny = false ) { if ( $tokens ) { foreach ( $tokens as $token ) { if ( $token === null ) { throw new \Exception( "Invalid token" ); } } } $this->tokens = $tokens; $this->skipOnAny = $skipOnAny; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.5 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�