API17

API17:JFormRuleEquals::test

From Joomla! Documentation

Joomla 11.1 JFormRuleEquals::test

Description

Method to test if two values are equal.


public function test (
        &$element
        $value
        $group=null
        &$input=null
        &$form=null
)
Parameter Type Default Description
&$element
$value
$group null
&$input null
&$form null
  • Returns
  • Defined on line 44 of libraries/joomla/form/rules/equals.php

See also


User contributed notes

Code Examples