API17:JFormRuleRules
From Joomla! Documentation
JFormRuleRules
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | test | Method to test the value. |
| protected | getFieldActions | Method to get the list of possible permission action names for the form field. |
| protected | getValueActions | Method to get the list of permission action names from the form field value. |
- Defined in libraries/joomla/form/rules/rules.php
- Extends JFormRule
Importing
jimport( 'joomla.form.rules.rules' );
See also
JFormRuleRules source code on BitBucket
Subpackage Form- Other versions of JFormRuleRules
User contributed notes
Code Examples