API17

Difference between revisions of "JFormRuleRules"

From Joomla! Documentation

(Layout updates)
m (moving preparation)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JFormRuleRules==
 +
===Description===
 +
{{Description:JFormRuleRules}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JFormRuleRules|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JFormRuleRules|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JFormRuleRules}}
 
===Defined in===
 
libraries/joomla/form/rules/rules.php
 
* see source code in [[jplatform:form/rules/rules.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Form/11.1|Form]]
 
===Extends===
 
[[JFormRule/11.1|JFormRule]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JFormRuleRules::test/11.1|test]]
+
|public
 +
|[[API17:JFormRuleRules::test|test]]
 
|Method to test the value.  
 
|Method to test the value.  
 
|-
 
|-
|[[JFormRuleRules::getFieldActions/11.1|getFieldActions]]
+
|protected
 +
|[[API17:JFormRuleRules::getFieldActions|getFieldActions]]
 
|Method to get the list of possible permission action names for the form field.  
 
|Method to get the list of possible permission action names for the form field.  
 
|-
 
|-
|[[JFormRuleRules::getValueActions/11.1|getValueActions]]
+
|protected
 +
|[[API17:JFormRuleRules::getValueActions|getValueActions]]
 
|Method to get the list of permission action names from the form field value.  
 
|Method to get the list of permission action names from the form field value.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/form/rules/rules.php
 +
* '''Extends''' [[API17:JFormRule|JFormRule]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.rules.rules' );</source>
 
<source lang="php">jimport( 'joomla.form.rules.rules' );</source>
 
===See also===
 
===See also===
* JFormRuleRules source code in [[jplatform:form/rules/rules.php|BitBucket]]
+
* {{JVer|11.1}} '''JFormRuleRules source code''' on [[jplatform:form/rules/rules.php|BitBucket]]
* [[JFormRuleRules|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
 +
* [[API17:JFormRuleRules|Other versions of JFormRuleRules]]
 
{{SeeAlso:JFormRuleRules}}
 
{{SeeAlso:JFormRuleRules}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JFormRuleRules|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JFormRuleRules|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 45: Line 46:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormRuleRules]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:50, 11 May 2013

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

Description[edit]

Template:Description:JFormRuleRules [Edit Descripton]

Methods[edit]

Visibility Method name Description
public test Method to test the value.
protected getFieldActions Method to get the list of possible permission action names for the form field.
protected getValueActions Method to get the list of permission action names from the form field value.
  • Defined in libraries/joomla/form/rules/rules.php
  • Extends JFormRule

Importing[edit]

jimport( 'joomla.form.rules.rules' );

See also[edit]

Template:SeeAlso:JFormRuleRules [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />