Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/idle-dom/src/AbstractRange.php
Ðазад
<?php // AUTOMATICALLY GENERATED. DO NOT EDIT. // Use `composer build` to regenerate. namespace Wikimedia\IDLeDOM; /** * AbstractRange * * @see https://dom.spec.whatwg.org/#interface-abstractrange * * @property Node $startContainer * @property int $startOffset * @property Node $endContainer * @property int $endOffset * @property bool $collapsed * @phan-forbid-undeclared-magic-properties */ interface AbstractRange { /** * @return Node */ public function getStartContainer(); /** * @return int */ public function getStartOffset(): int; /** * @return Node */ public function getEndContainer(); /** * @return int */ public function getEndOffset(): int; /** * @return bool */ public function getCollapsed(): bool; }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка