Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4112529
NonDocumentTypeChildNode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
758 B
Referenced Files
None
Subscribers
None
NonDocumentTypeChildNode.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM\Stub
;
use
Exception
;
use
Wikimedia\IDLeDOM\Element
;
trait
NonDocumentTypeChildNode
{
// 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
/**
* @return Element|null
*/
public
function
getPreviousElementSibling
()
{
throw
self
::
_unimplemented
();
}
/**
* @return Element|null
*/
public
function
getNextElementSibling
()
{
throw
self
::
_unimplemented
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 22:54 (12 h, 10 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a6/cb/bb6d8667fc9460328e60b0668406
Default Alt Text
NonDocumentTypeChildNode.php (758 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment