mixed test(
&$field,
&$values, object
$field, mixed
$values
)
|
|
Method to test if a username is unique.
Parameters:
|
object |
$field: |
A reference to the form field. |
|
mixed |
$values: |
The values to test for validiaty. |
|
|
&$field: |
|
|
|
&$values: |
|
API Tags:
| Return: | JException on invalid rule, true if the value is valid, false otherwise. |
| Access: | public |
Information Tags:
Redefinition of:
- JFormRule::test()
- Method to test the value.