Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/idle-dom/src/MutationRecord.php
Ðазад
<?php // AUTOMATICALLY GENERATED. DO NOT EDIT. // Use `composer build` to regenerate. namespace Wikimedia\IDLeDOM; /** * MutationRecord * * @see https://dom.spec.whatwg.org/#interface-mutationrecord * * @property string $type * @property Node $target * @property NodeList $addedNodes * @property NodeList $removedNodes * @property Node|null $previousSibling * @property Node|null $nextSibling * @property ?string $attributeName * @property ?string $attributeNamespace * @property ?string $oldValue * @phan-forbid-undeclared-magic-properties */ interface MutationRecord { /** * @return string */ public function getType(): string; /** * @return Node */ public function getTarget(); /** * @return NodeList */ public function getAddedNodes(); /** * @return NodeList */ public function getRemovedNodes(); /** * @return Node|null */ public function getPreviousSibling(); /** * @return Node|null */ public function getNextSibling(); /** * @return ?string */ public function getAttributeName(): ?string; /** * @return ?string */ public function getAttributeNamespace(): ?string; /** * @return ?string */ public function getOldValue(): ?string; }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка