Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432980
MutationObserverInit.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
MutationObserverInit.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* MutationObserverInit
*
* @see https://dom.spec.whatwg.org/#dictdef-mutationobserverinit
*
* @property bool $childList
* @property bool $attributes
* @property bool $characterData
* @property bool $subtree
* @property bool $attributeOldValue
* @property bool $characterDataOldValue
* @property list<string> $attributeFilter
* @phan-forbid-undeclared-magic-properties
*/
abstract
class
MutationObserverInit
implements
\ArrayAccess
{
// Dictionary type
use
\Wikimedia\IDLeDOM\Helper\MutationObserverInit
;
/**
* @return bool
*/
abstract
public
function
getChildList
():
bool
;
/**
* @return bool
*/
abstract
public
function
getAttributes
():
bool
;
/**
* @return bool
*/
abstract
public
function
getCharacterData
():
bool
;
/**
* @return bool
*/
abstract
public
function
getSubtree
():
bool
;
/**
* @return bool
*/
abstract
public
function
getAttributeOldValue
():
bool
;
/**
* @return bool
*/
abstract
public
function
getCharacterDataOldValue
():
bool
;
/**
* @return list<string>
*/
abstract
public
function
getAttributeFilter
():
array
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 22:32 (2 h, 6 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
93/d6/784707c8c546a1b5be1d8ca7cf35
Default Alt Text
MutationObserverInit.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment