Page MenuHomeWickedGov Phorge

HTMLFieldSetElement.php
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

HTMLFieldSetElement.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM\Stub;
use Exception;
use Wikimedia\IDLeDOM\HTMLCollection;
use Wikimedia\IDLeDOM\HTMLFormElement;
use Wikimedia\IDLeDOM\ValidityState;
trait HTMLFieldSetElement {
// 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 HTMLFormElement|null
*/
public function getForm() {
throw self::_unimplemented();
}
/**
* @return string
*/
public function getType(): string {
throw self::_unimplemented();
}
/**
* @return HTMLCollection
*/
public function getElements() {
throw self::_unimplemented();
}
/**
* @return bool
*/
public function getWillValidate(): bool {
throw self::_unimplemented();
}
/**
* @return ValidityState
*/
public function getValidity() {
throw self::_unimplemented();
}
/**
* @return string
*/
public function getValidationMessage(): string {
throw self::_unimplemented();
}
/**
* @return bool
*/
public function checkValidity(): bool {
throw self::_unimplemented();
}
/**
* @return bool
*/
public function reportValidity(): bool {
throw self::_unimplemented();
}
/**
* @param string $error
* @return void
*/
public function setCustomValidity( string $error ): void {
throw self::_unimplemented();
}
}

File Metadata

Mime Type
text/x-php
Expires
Aug 18 2026, 13:06 (4 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
42/b9/8cb8ec7f8f9e825ac3d5d73f5d93
Default Alt Text
HTMLFieldSetElement.php (1 KB)

Event Timeline