JFormRuleEquals
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JFormRuleEquals[edit]
Description[edit]
Methods[edit]
Visibility | Method name | Description |
---|---|---|
public | test | Method to test if two values are equal. |
- Defined in libraries/joomla/form/rules/equals.php
- Extends JFormRule
Importing[edit]
jimport( 'joomla.form.rules.equals' );
See also[edit]
- JFormRuleEquals source code on BitBucket
- Subpackage Form
- Other versions of JFormRuleEquals
User contributed notes[edit]
Code Examples[edit]