Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1430802
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
Sat, May 16, 19:35 (3 h, 52 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
74/b6/ae37585f3ee666973c6d6f8400ae
Default Alt Text
ValidityState.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment