Page MenuHomeWickedGov Phorge

HTMLDetailsElement.php
No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None

HTMLDetailsElement.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM;
/**
* HTMLDetailsElement
*
* @see https://dom.spec.whatwg.org/#interface-htmldetailselement
*
* @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 $innerHTML
* @property Element|null $previousElementSibling
* @property Element|null $nextElementSibling
* @property HTMLCollection $children
* @property Element|null $firstElementChild
* @property Element|null $lastElementChild
* @property int $childElementCount
* @property HTMLSlotElement|null $assignedSlot
* @property ?string $namespaceURI
* @property ?string $prefix
* @property string $localName
* @property string $tagName
* @property string $id
* @property string $className
* @property DOMTokenList $classList
* @property string $slot
* @property NamedNodeMap $attributes
* @property ShadowRoot|null $shadowRoot
* @property string $outerHTML
* @property CSSStyleDeclaration $style
* @property string $contentEditable
* @property string $enterKeyHint
* @property bool $isContentEditable
* @property string $inputMode
* @property EventHandlerNonNull|callable|null $onload
* @property DOMStringMap $dataset
* @property string $nonce
* @property int $tabIndex
* @property string $title
* @property string $lang
* @property bool $translate
* @property string $dir
* @property bool $hidden
* @property string $accessKey
* @property string $accessKeyLabel
* @property bool $draggable
* @property bool $spellcheck
* @property string $autocapitalize
* @property string $innerText
* @property Element|null $offsetParent
* @property int $offsetTop
* @property int $offsetLeft
* @property int $offsetWidth
* @property int $offsetHeight
* @property bool $open
* @phan-forbid-undeclared-magic-properties
*/
interface HTMLDetailsElement extends HTMLElement {
// Direct parent: HTMLElement
/**
* @return bool
*/
public function getOpen(): bool;
/**
* @param bool $val
*/
public function setOpen( bool $val ): void;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 22:20 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d9/a9/49d92479f13c0e2f8d0019e9bbd5
Default Alt Text
HTMLDetailsElement.php (2 KB)

Event Timeline