Page MenuHomeWickedGov Phorge

NonDocumentTypeChildNode.php
No OneTemporary

Size
758 B
Referenced Files
None
Subscribers
None

NonDocumentTypeChildNode.php

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

Mime Type
text/x-php
Expires
Tue, Aug 18, 22:54 (13 h, 40 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a6/cb/bb6d8667fc9460328e60b0668406
Default Alt Text
NonDocumentTypeChildNode.php (758 B)

Event Timeline