Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4145540
MutationObserver.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
641 B
Referenced Files
None
Subscribers
None
MutationObserver.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* MutationObserver
*
* @see https://dom.spec.whatwg.org/#interface-mutationobserver
*
* @phan-forbid-undeclared-magic-properties
*/
interface
MutationObserver
{
/**
* @param Node $target
* @param MutationObserverInit|associative-array|null $options
* @return void
*/
public
function
observe
(
/* Node */
$target
,
/* ?mixed */
$options
=
null
):
void
;
/**
* @return void
*/
public
function
disconnect
():
void
;
/**
* @return list<MutationRecord>
*/
public
function
takeRecords
():
array
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Aug 19 2026, 17:40 (5 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
6a/15/c366422c27a23fa65a3b6cc761e9
Default Alt Text
MutationObserver.php (641 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment