Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432844
HTMLOrSVGElement.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
799 B
Referenced Files
None
Subscribers
None
HTMLOrSVGElement.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment