API17:JFormRuleRules::getValueActions
From Joomla! Documentation
JFormRuleRules::getValueActions
Description
Method to get the list of permission action names from the form field value.
protected function getValueActions ($value)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $value | mixed | The form field value to validate. |
- Returns array A list of permission action names from the form field value.
- Defined on line 67 of libraries/joomla/form/rules/rules.php
- Since

See also
JFormRuleRules::getValueActions source code on BitBucket
Class JFormRuleRules
Subpackage Form- Other versions of JFormRuleRules::getValueActions
User contributed notes
Code Examples