|
9 | 9 | /** |
10 | 10 | * @package simplesamlphp/xml-common |
11 | 11 | * |
| 12 | + * @method static void validAnyURI(mixed $value, string $message = '', string $exception = '') |
| 13 | + * @method static void validDate(mixed $value, string $message = '', string $exception = '') |
| 14 | + * @method static void validDateTime(mixed $value, string $message = '', string $exception = '') |
| 15 | + * @method static void validDuration(mixed $value, string $message = '', string $exception = '') |
| 16 | + * @method static void validEntity(mixed $value, string $message = '', string $exception = '') |
| 17 | + * @method static void validEntities(mixed $value, string $message = '', string $exception = '') |
12 | 18 | * @method static void validHexBinary(mixed $value, string $message = '', string $exception = '') |
| 19 | + * @method static void validID(mixed $value, string $message = '', string $exception = '') |
| 20 | + * @method static void validIDRef(mixed $value, string $message = '', string $exception = '') |
| 21 | + * @method static void validIDRefs(mixed $value, string $message = '', string $exception = '') |
| 22 | + * @method static void validLang(mixed $value, string $message = '', string $exception = '') |
| 23 | + * @method static void validName(mixed $value, string $message = '', string $exception = '') |
| 24 | + * @method static void validNCName(mixed $value, string $message = '', string $exception = '') |
13 | 25 | * @method static void validNMToken(mixed $value, string $message = '', string $exception = '') |
14 | 26 | * @method static void validNMTokens(mixed $value, string $message = '', string $exception = '') |
15 | | - * @method static void validDuration(mixed $value, string $message = '', string $exception = '') |
16 | | - * @method static void validDateTime(mixed $value, string $message = '', string $exception = '') |
17 | | - * @method static void validNCName(mixed $value, string $message = '', string $exception = '') |
18 | 27 | * @method static void validQName(mixed $value, string $message = '', string $exception = '') |
| 28 | + * @method static void validTime(mixed $value, string $message = '', string $exception = '') |
| 29 | + * @method static void validYearMonth(mixed $value, string $message = '', string $exception = '') |
| 30 | + * @method static void nullOrValidAnyURI(mixed $value, string $message = '', string $exception = '') |
| 31 | + * @method static void nullOrValidDateTime(mixed $value, string $message = '', string $exception = '') |
| 32 | + * @method static void nullOrValidDate(mixed $value, string $message = '', string $exception = '') |
| 33 | + * @method static void nullOrValidDuration(mixed $value, string $message = '', string $exception = '') |
| 34 | + * @method static void nullOrValidEntity(mixed $value, string $message = '', string $exception = '') |
| 35 | + * @method static void nullOrValidEntities(mixed $value, string $message = '', string $exception = '') |
19 | 36 | * @method static void nullOrValidHexBinary(mixed $value, string $message = '', string $exception = '') |
| 37 | + * @method static void nullOrValidID(mixed $value, string $message = '', string $exception = '') |
| 38 | + * @method static void nullOrValidIDRef(mixed $value, string $message = '', string $exception = '') |
| 39 | + * @method static void nullOrValidIDRefs(mixed $value, string $message = '', string $exception = '') |
| 40 | + * @method static void nullOrValidLang(mixed $value, string $message = '', string $exception = '') |
| 41 | + * @method static void nullOrValidName(mixed $value, string $message = '', string $exception = '') |
| 42 | + * @method static void nullOrValidNCName(mixed $value, string $message = '', string $exception = '') |
20 | 43 | * @method static void nullOrValidNMToken(mixed $value, string $message = '', string $exception = '') |
21 | 44 | * @method static void nullOrValidNMTokens(mixed $value, string $message = '', string $exception = '') |
22 | | - * @method static void nullOrValidDuration(mixed $value, string $message = '', string $exception = '') |
23 | | - * @method static void nullOrValidDateTime(mixed $value, string $message = '', string $exception = '') |
24 | | - * @method static void nullOrValidNCName(mixed $value, string $message = '', string $exception = '') |
25 | 45 | * @method static void nullOrValidQName(mixed $value, string $message = '', string $exception = '') |
| 46 | + * @method static void nullOrValidTime(mixed $value, string $message = '', string $exception = '') |
| 47 | + * @method static void nullOrValidYearMonth(mixed $value, string $message = '', string $exception = '') |
| 48 | + * @method static void allValidAnyURI(mixed $value, string $message = '', string $exception = '') |
| 49 | + * @method static void allValidDate(mixed $value, string $message = '', string $exception = '') |
| 50 | + * @method static void allValidDateTime(mixed $value, string $message = '', string $exception = '') |
| 51 | + * @method static void allValidDuration(mixed $value, string $message = '', string $exception = '') |
| 52 | + * @method static void allValidEntity(mixed $value, string $message = '', string $exception = '') |
| 53 | + * @method static void allValidEntities(mixed $value, string $message = '', string $exception = '') |
26 | 54 | * @method static void allValidHexBinary(mixed $value, string $message = '', string $exception = '') |
| 55 | + * @method static void allValidID(mixed $value, string $message = '', string $exception = '') |
| 56 | + * @method static void allValidIDRef(mixed $value, string $message = '', string $exception = '') |
| 57 | + * @method static void allValidIDRefs(mixed $value, string $message = '', string $exception = '') |
| 58 | + * @method static void allValidLang(mixed $value, string $message = '', string $exception = '') |
| 59 | + * @method static void allValidName(mixed $value, string $message = '', string $exception = '') |
| 60 | + * @method static void allValidNCName(mixed $value, string $message = '', string $exception = '') |
27 | 61 | * @method static void allValidNMToken(mixed $value, string $message = '', string $exception = '') |
28 | 62 | * @method static void allValidNMTokens(mixed $value, string $message = '', string $exception = '') |
29 | | - * @method static void allValidDuration(mixed $value, string $message = '', string $exception = '') |
30 | | - * @method static void allValidDateTime(mixed $value, string $message = '', string $exception = '') |
31 | | - * @method static void allValidNCName(mixed $value, string $message = '', string $exception = '') |
32 | 63 | * @method static void allValidQName(mixed $value, string $message = '', string $exception = '') |
| 64 | + * @method static void allValidTime(mixed $value, string $message = '', string $exception = '') |
| 65 | + * @method static void allValidYearMonth(mixed $value, string $message = '', string $exception = '') |
33 | 66 | */ |
34 | 67 | class Assert extends BaseAssert |
35 | 68 | { |
| 69 | + use AnyURITrait; |
| 70 | + use DateTrait; |
36 | 71 | use DateTimeTrait; |
37 | 72 | use DurationTrait; |
38 | | - use HexBinTrait; |
39 | | - use NamesTrait; |
40 | | - use TokensTrait; |
| 73 | + use HexBinaryTrait; |
| 74 | + use EntitiesTrait; |
| 75 | + use EntityTrait; |
| 76 | + use IDTrait; |
| 77 | + use IDRefTrait; |
| 78 | + use IDRefsTrait; |
| 79 | + use LangTrait; |
| 80 | + use NameTrait; |
| 81 | + use NCNameTrait; |
| 82 | + use NMTokenTrait; |
| 83 | + use NMTokensTrait; |
| 84 | + use QNameTrait; |
| 85 | + use TimeTrait; |
| 86 | + use YearMonthTrait; |
41 | 87 | } |
0 commit comments