Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4139491
DocumentFragment.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
DocumentFragment.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* DocumentFragment
*
* @see https://dom.spec.whatwg.org/#interface-documentfragment
*
* @property int $nodeType
* @property string $nodeName
* @property string $baseURI
* @property bool $isConnected
* @property Document|null $ownerDocument
* @property Node|null $parentNode
* @property Element|null $parentElement
* @property NodeList $childNodes
* @property Node|null $firstChild
* @property Node|null $lastChild
* @property Node|null $previousSibling
* @property Node|null $nextSibling
* @property ?string $nodeValue
* @property ?string $textContent
* @property HTMLCollection $children
* @property Element|null $firstElementChild
* @property Element|null $lastElementChild
* @property int $childElementCount
* @phan-forbid-undeclared-magic-properties
*/
interface
DocumentFragment
extends
Node
,
NonElementParentNode
,
ParentNode
{
// Direct parent: Node
/**
* @param string $data
* @return bool
*/
public
function
appendXML
(
string
$data
):
bool
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 15:05 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2e/f3/8a9d24d536b18f0827960a88db9f
Default Alt Text
DocumentFragment.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment