Page MenuHomeWickedGov Phorge

DocumentType.php
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

DocumentType.php

<?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

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)

Event Timeline