Page MenuHomeWickedGov Phorge

AssignedNodesOptions.php
No OneTemporary

Size
592 B
Referenced Files
None
Subscribers
None

AssignedNodesOptions.php

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

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 02:17 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
65/b5/dd25bb1e34b613881b2c35742e12
Default Alt Text
AssignedNodesOptions.php (592 B)

Event Timeline