Page MenuHomeWickedGov Phorge

NonDocumentTypeChildNode.php
No OneTemporary

Size
572 B
Referenced Files
None
Subscribers
None

NonDocumentTypeChildNode.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM;
/**
* NonDocumentTypeChildNode
*
* @see https://dom.spec.whatwg.org/#interface-nondocumenttypechildnode
*
* @property Element|null $previousElementSibling
* @property Element|null $nextElementSibling
* @phan-forbid-undeclared-magic-properties
*/
interface NonDocumentTypeChildNode {
/**
* @return Element|null
*/
public function getPreviousElementSibling();
/**
* @return Element|null
*/
public function getNextElementSibling();
}

File Metadata

Mime Type
text/x-php
Expires
Aug 18 2026, 11:53 (5 w, 5 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0e/2d/aa1f7ebc69e6811fccca720f2ec3
Default Alt Text
NonDocumentTypeChildNode.php (572 B)

Event Timeline