Page MenuHomeWickedGov Phorge

DOMStringMap.php
No OneTemporary

Size
950 B
Referenced Files
None
Subscribers
None

DOMStringMap.php

<?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

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)

Event Timeline