<?php

// AUTOMATICALLY GENERATED.  DO NOT EDIT.
// Use `composer build` to regenerate.

namespace Wikimedia\IDLeDOM;

/**
 * NonElementParentNode
 *
 * @see https://dom.spec.whatwg.org/#interface-nonelementparentnode
 *
 * @phan-forbid-undeclared-magic-properties
 */
interface NonElementParentNode {
	/**
	 * @param string $elementId
	 * @return Element|null
	 */
	public function getElementById( string $elementId );

}
