Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431748
EventInit.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
673 B
Referenced Files
None
Subscribers
None
EventInit.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* EventInit
*
* @see https://dom.spec.whatwg.org/#dictdef-eventinit
*
* @property bool $bubbles
* @property bool $cancelable
* @property bool $composed
* @phan-forbid-undeclared-magic-properties
*/
abstract
class
EventInit
implements
\ArrayAccess
{
// Dictionary type
use
\Wikimedia\IDLeDOM\Helper\EventInit
;
/**
* @return bool
*/
abstract
public
function
getBubbles
():
bool
;
/**
* @return bool
*/
abstract
public
function
getCancelable
():
bool
;
/**
* @return bool
*/
abstract
public
function
getComposed
():
bool
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:02 (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
59/b9/a9aa5c460be403fab7cebd356548
Default Alt Text
EventInit.php (673 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment