different.php
Table of Contents
Functions
- different() : string
- Generates the 'different:anotherField' rule expression.
Functions
different()
Generates the 'different:anotherField' rule expression.
different(string $anotherField) : string
Opposite of same; the field value under this rule must be different to another_field value.
Parameters
- $anotherField : string
-
The another field to evaluates.