Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4102988
ValidityState.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
ValidityState.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* ValidityState
*
* @see https://dom.spec.whatwg.org/#interface-validitystate
*
* @property bool $valueMissing
* @property bool $typeMismatch
* @property bool $patternMismatch
* @property bool $tooLong
* @property bool $tooShort
* @property bool $rangeUnderflow
* @property bool $rangeOverflow
* @property bool $stepMismatch
* @property bool $badInput
* @property bool $customError
* @property bool $valid
* @phan-forbid-undeclared-magic-properties
*/
interface
ValidityState
{
/**
* @return bool
*/
public
function
getValueMissing
():
bool
;
/**
* @return bool
*/
public
function
getTypeMismatch
():
bool
;
/**
* @return bool
*/
public
function
getPatternMismatch
():
bool
;
/**
* @return bool
*/
public
function
getTooLong
():
bool
;
/**
* @return bool
*/
public
function
getTooShort
():
bool
;
/**
* @return bool
*/
public
function
getRangeUnderflow
():
bool
;
/**
* @return bool
*/
public
function
getRangeOverflow
():
bool
;
/**
* @return bool
*/
public
function
getStepMismatch
():
bool
;
/**
* @return bool
*/
public
function
getBadInput
():
bool
;
/**
* @return bool
*/
public
function
getCustomError
():
bool
;
/**
* @return bool
*/
public
function
getValid
():
bool
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, Aug 18, 17:41 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d6/88/2b42f7622b443f977e1839dfeac1
Default Alt Text
ValidityState.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment