Page MenuHomeWickedGov Phorge

HTMLOrSVGElement.php
No OneTemporary

Size
799 B
Referenced Files
None
Subscribers
None

HTMLOrSVGElement.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM;
/**
* HTMLOrSVGElement
*
* @see https://dom.spec.whatwg.org/#interface-htmlorsvgelement
*
* @property DOMStringMap $dataset
* @property string $nonce
* @property int $tabIndex
* @phan-forbid-undeclared-magic-properties
*/
interface HTMLOrSVGElement {
/**
* @return DOMStringMap
*/
public function getDataset();
/**
* @return string
*/
public function getNonce(): string;
/**
* @param string $val
*/
public function setNonce( string $val ): void;
/**
* @return int
*/
public function getTabIndex(): int;
/**
* @param int $val
*/
public function setTabIndex( int $val ): void;
/**
* @return void
*/
public function blur(): void;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 22:23 (1 h, 26 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4b/51/0bf539c88e3ff139c3e42e0d68e7
Default Alt Text
HTMLOrSVGElement.php (799 B)

Event Timeline