◆ _unimplemented()
Exception Wikimedia\IDLeDOM\Stub\EventTarget::_unimplemented |
( |
| ) |
|
|
abstractprotected |
◆ addEventListener()
void Wikimedia\IDLeDOM\Stub\EventTarget::addEventListener |
( |
string | $type, |
|
|
| $callback, |
|
|
| $options = null ) |
- Parameters
-
string | $type | |
EventListener | callable | null | $callback | |
AddEventListenerOptions | associative-array | bool | null | $options | |
- Returns
- void
◆ dispatchEvent()
bool Wikimedia\IDLeDOM\Stub\EventTarget::dispatchEvent |
( |
| $event | ) |
|
◆ removeEventListener()
void Wikimedia\IDLeDOM\Stub\EventTarget::removeEventListener |
( |
string | $type, |
|
|
| $callback, |
|
|
| $options = null ) |
- Parameters
-
string | $type | |
EventListener | callable | null | $callback | |
EventListenerOptions | associative-array | bool | null | $options | |
- Returns
- void
The documentation for this class was generated from the following file: