Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4100789
DOMStringMap.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
950 B
Referenced Files
None
Subscribers
None
DOMStringMap.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM\Stub
;
use
Exception
;
trait
DOMStringMap
{
// Underscore is used to avoid conflicts with DOM-reserved names
// phpcs:disable PSR2.Methods.MethodDeclaration.Underscore
// phpcs:disable MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName
/**
* @return Exception
*/
abstract
protected
function
_unimplemented
():
Exception
;
// phpcs:enable
/**
* @param string $name
* @return string
*/
public
function
namedItem
(
string
$name
):
string
{
throw
self
::
_unimplemented
();
}
/**
* @param string $name
* @param string $value
* @return void
*/
public
function
setNamedItem
(
string
$name
,
string
$value
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @param string $name
* @return void
*/
public
function
removeNamedItem
(
string
$name
):
void
{
throw
self
::
_unimplemented
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 16:39 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a0/63/1d3ce8c5cbe4df456a1326316198
Default Alt Text
DOMStringMap.php (950 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment