API17

API17:JFormRuleRules::getValueActions

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples