API17

API17:JFormRuleEquals::test

From Joomla! Documentation

Revision as of 03:09, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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