|
27 | 27 | * @method static void validNMToken(mixed $value, string $message = '', string $exception = '') |
28 | 28 | * @method static void validNMTokens(mixed $value, string $message = '', string $exception = '') |
29 | 29 | * @method static void validQName(mixed $value, string $message = '', string $exception = '') |
| 30 | + * @method static void validString(mixed $value, string $message = '', string $exception = '') |
30 | 31 | * @method static void validTime(mixed $value, string $message = '', string $exception = '') |
31 | 32 | * @method static void validToken(mixed $value, string $message = '', string $exception = '') |
32 | 33 | * @method static void validYearMonth(mixed $value, string $message = '', string $exception = '') |
|
48 | 49 | * @method static void nullOrValidNMToken(mixed $value, string $message = '', string $exception = '') |
49 | 50 | * @method static void nullOrValidNMTokens(mixed $value, string $message = '', string $exception = '') |
50 | 51 | * @method static void nullOrValidQName(mixed $value, string $message = '', string $exception = '') |
| 52 | + * @method static void nullOrValidString(mixed $value, string $message = '', string $exception = '') |
51 | 53 | * @method static void nullOrValidTime(mixed $value, string $message = '', string $exception = '') |
52 | 54 | * @method static void nullOrValidToken(mixed $value, string $message = '', string $exception = '') |
53 | 55 | * @method static void nullOrValidYearMonth(mixed $value, string $message = '', string $exception = '') |
|
69 | 71 | * @method static void allValidNMToken(mixed $value, string $message = '', string $exception = '') |
70 | 72 | * @method static void allValidNMTokens(mixed $value, string $message = '', string $exception = '') |
71 | 73 | * @method static void allValidQName(mixed $value, string $message = '', string $exception = '') |
| 74 | + * @method static void allValidString(mixed $value, string $message = '', string $exception = '') |
72 | 75 | * @method static void allValidTime(mixed $value, string $message = '', string $exception = '') |
73 | 76 | * @method static void allValidToken(mixed $value, string $message = '', string $exception = '') |
74 | 77 | * @method static void allValidYearMonth(mixed $value, string $message = '', string $exception = '') |
|
0 commit comments