Page MenuHomeWickedGov Phorge

MutationCallback.php
No OneTemporary

Size
487 B
Referenced Files
None
Subscribers
None

MutationCallback.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM;
/**
* MutationCallback
*
* @see https://dom.spec.whatwg.org/#callbackdef-mutationcallback
*
* @phan-forbid-undeclared-magic-properties
*/
interface MutationCallback {
/**
* @param list<MutationRecord> $mutations
* @param MutationObserver $observer
* @return void
*/
public function invoke( array $mutations, /* MutationObserver */ $observer ): void;
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 04:03 (5 d, 56 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
db/c8/5a009a8e23b68611850df22466c3
Default Alt Text
MutationCallback.php (487 B)

Event Timeline