Page MenuHomeWickedGov Phorge

ValidityState.php
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

ValidityState.php

<?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

Mime Type
text/x-php
Expires
Sat, May 16, 19:35 (3 h, 42 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
74/b6/ae37585f3ee666973c6d6f8400ae
Default Alt Text
ValidityState.php (1 KB)

Event Timeline