Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2752644
AddEventListenerOptions.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
793 B
Referenced Files
None
Subscribers
None
AddEventListenerOptions.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* AddEventListenerOptions
*
* @see https://dom.spec.whatwg.org/#dictdef-addeventlisteneroptions
*
* @property bool $capture
* @property bool $passive
* @property bool $once
* @property AbortSignal $signal
* @phan-forbid-undeclared-magic-properties
*/
abstract
class
AddEventListenerOptions
extends
EventListenerOptions
{
// Dictionary type
// Direct parent: EventListenerOptions
use
\Wikimedia\IDLeDOM\Helper\AddEventListenerOptions
;
/**
* @return bool
*/
abstract
public
function
getPassive
():
bool
;
/**
* @return bool
*/
abstract
public
function
getOnce
():
bool
;
/**
* @return AbortSignal
*/
abstract
public
function
getSignal
();
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 20:13 (1 d, 19 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
63/2a/a76d52b7dff4a2697c0b3ea3fe8b
Default Alt Text
AddEventListenerOptions.php (793 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment