Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2753740
ElementContentEditable.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1013 B
Referenced Files
None
Subscribers
None
ElementContentEditable.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* ElementContentEditable
*
* @see https://dom.spec.whatwg.org/#interface-elementcontenteditable
*
* @property string $contentEditable
* @property string $enterKeyHint
* @property bool $isContentEditable
* @property string $inputMode
* @phan-forbid-undeclared-magic-properties
*/
interface
ElementContentEditable
{
/**
* @return string
*/
public
function
getContentEditable
():
string
;
/**
* @param string $val
*/
public
function
setContentEditable
(
string
$val
):
void
;
/**
* @return string
*/
public
function
getEnterKeyHint
():
string
;
/**
* @param string $val
*/
public
function
setEnterKeyHint
(
string
$val
):
void
;
/**
* @return bool
*/
public
function
getIsContentEditable
():
bool
;
/**
* @return string
*/
public
function
getInputMode
():
string
;
/**
* @param string $val
*/
public
function
setInputMode
(
string
$val
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 21:40 (18 h, 49 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a6/9b/d8ac6df6ee1cd29e9542ec65995b
Default Alt Text
ElementContentEditable.php (1013 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment