Page MenuHomeWickedGov Phorge

EventInit.php
No OneTemporary

Size
673 B
Referenced Files
None
Subscribers
None

EventInit.php

<?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

Mime Type
text/x-php
Expires
Sat, May 16, 22:28 (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
59/b9/a9aa5c460be403fab7cebd356548
Default Alt Text
EventInit.php (673 B)

Event Timeline