File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,10 @@ function) and ``accessCode`` contains either only letters or only digits (using
92
92
</property >
93
93
<property name =" accessCode" >
94
94
<constraint name =" Type" >
95
- <option name =" type" > ..... </option >
95
+ <option name =" type" >
96
+ <value >alpha</value >
97
+ <value >digit</value >
98
+ </option >
96
99
</constraint >
97
100
</property >
98
101
</class >
165
168
166
169
This required option defines the type or collection of types allowed for the
167
170
given value. Each type is defined as the fully qualified class name or one of
168
- the PHP datatypes as determined by PHP's ``is_() `` functions.
171
+ the PHP datatypes as determined by PHP's ``is_* () `` functions.
169
172
170
173
* :phpfunction: `array <is_array> `
171
174
* :phpfunction: `bool <is_bool> `
@@ -184,7 +187,7 @@ the PHP datatypes as determined by PHP's ``is_()`` functions.
184
187
* :phpfunction: `scalar <is_scalar> `
185
188
* :phpfunction: `string <is_string> `
186
189
187
- Also, you can use ``ctype_() `` functions from corresponding
190
+ Also, you can use ``ctype_* () `` functions from corresponding
188
191
`built-in PHP extension `_. Consider `a list of ctype functions `_:
189
192
190
193
* :phpfunction: `alnum <ctype_alnum> `
You can’t perform that action at this time.
0 commit comments