Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2753984
DocumentType.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
DocumentType.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* DocumentType
*
* @see https://dom.spec.whatwg.org/#interface-documenttype
*
* @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 string $name
* @property string $publicId
* @property string $systemId
* @phan-forbid-undeclared-magic-properties
*/
interface
DocumentType
extends
Node
,
ChildNode
{
// Direct parent: Node
/**
* @return string
*/
public
function
getName
():
string
;
/**
* @return string
*/
public
function
getPublicId
():
string
;
/**
* @return string
*/
public
function
getSystemId
():
string
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 21:58 (8 h, 27 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fe/2c/dd3f39d0a8969c7aca24faa31950
Default Alt Text
DocumentType.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment