Page MenuHomeWickedGov Phorge

DocumentFragment.php
No OneTemporary

Size
723 B
Referenced Files
None
Subscribers
None

DocumentFragment.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM\Stub;
use Exception;
trait DocumentFragment {
// use \Wikimedia\IDLeDOM\Stub\NonElementParentNode;
// use \Wikimedia\IDLeDOM\Stub\ParentNode;
// 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 $data
* @return bool
*/
public function appendXML( string $data ): bool {
throw self::_unimplemented();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 13:28 (4 w, 22 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
07/3a/07176c4f49605b0254155f13be75
Default Alt Text
DocumentFragment.php (723 B)

Event Timeline