API17:JFormRuleRules::getFieldActions
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JFormRuleRules::getFieldActions|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormRuleRules::getFieldActions|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected function getFieldActions ($element) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' 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''' on line 90 of libraries/joomla/form/rules/rules.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/form/rules/rules.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JFormRuleRules::getFieldActions source code''' on [[jplatform:form/rules/rules.php#cl-82|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JFormRuleRules/11.1|JFormRuleRules]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]] | ||
| + | * [[JFormRuleRules::getFieldActions|Other versions of JFormRuleRules::getFieldActions]] | ||
| + | {{SeeAlso:JFormRuleRules::getFieldActions}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormRuleRules::getFieldActions|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormRuleRules::getFieldActions|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 47: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JFormRuleRules]][[Category:JFormRuleRules::getFieldActions]]</noinclude> | <noinclude>[[Category:JFormRuleRules]][[Category:JFormRuleRules::getFieldActions]]</noinclude> | ||
Revision as of 21:04, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFormRuleRules::getFieldActions
Description
Method to get the list of possible permission action names for the form field.
Description:JFormRuleRules::getFieldActions [Edit Descripton]
protected function getFieldActions ($element)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $element | object | The object representing the <field> tag for the form field object. |
- Returns array A list of permission action names from the form field element definition.
- Defined on line 90 of libraries/joomla/form/rules/rules.php
- Since
See also
-
JFormRuleRules::getFieldActions source code on BitBucket
-
Class JFormRuleRules
-
Subpackage Form
- Other versions of JFormRuleRules::getFieldActions
SeeAlso:JFormRuleRules::getFieldActions [Edit See Also]
User contributed notes
<CodeExamplesForm />
