API17

JFormRuleRules::getValueActions

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.

Joomla 11.1 JFormRuleRules::getValueActions[edit]

Description[edit]

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[edit]


User contributed notes[edit]

Code Examples[edit]