Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4094008
HTMLFieldSetElement.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
HTMLFieldSetElement.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment