API17

Difference between revisions of "JFormRuleRules::getFieldActions"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
protected JFormRuleRules->getFieldActions ($element)
+
protected JFormRuleRules::getFieldActions ($element)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 30:
 
array A list of permission action names from the form field element definition.
 
array A list of permission action names from the form field element definition.
 
===Defined in===
 
===Defined in===
libraries/joomla/form/rules/rules.php
+
libraries/joomla/form/rules/rules.php (line 90)
 +
* see source code in [[jplatform:form/rules/rules.php#cl-90|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:38, 23 April 2011

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

Description[edit]

Method to get the list of possible permission action names for the form field.

Template:Description:JFormRuleRules::getFieldActions [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

protected JFormRuleRules::getFieldActions ($element)
Parameter Type Default Description
$element object The object representing the <field> tag for the form field object.

Returns[edit]

array A list of permission action names from the form field element definition.

Defined in[edit]

libraries/joomla/form/rules/rules.php (line 90)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JFormRuleRules::getFieldActions

Examples[edit]

<CodeExamplesForm />