Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/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 \InvalidArgumentException( "Invalid token" ); } } } $this->tokens = $tokens; $this->skipOnAny = $skipOnAny; } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка