API17

Difference between revisions of "JFormHelper"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<span class="editsection" style="font-size:76%;">
+
=={{JVer|11.1}} JFormHelper==
<nowiki>[</nowiki>[[Description:JFormHelper|Edit Descripton]]<nowiki>]</nowiki>
+
===Description===
</span>
+
 
{{Description:JFormHelper}}
+
 
===Defined in===
 
libraries/joomla/form/helper.php
 
* see source code in [[jplatform:form/helper.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Form/11.1|Form]]
 
===Extends===
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
|[[JFormHelper::addFieldPath/11.1|addFieldPath]]
+
|public static
 +
|[[API17:JFormHelper::addFieldPath|addFieldPath]]
 
|Method to add a path to the list of field include paths.  
 
|Method to add a path to the list of field include paths.  
 
|-
 
|-
|[[JFormHelper::addFormPath/11.1|addFormPath]]
+
|public static
 +
|[[API17:JFormHelper::addFormPath|addFormPath]]
 
|Method to add a path to the list of form include paths.  
 
|Method to add a path to the list of form include paths.  
 
|-
 
|-
|[[JFormHelper::addRulePath/11.1|addRulePath]]
+
|public static
 +
|[[API17:JFormHelper::addRulePath|addRulePath]]
 
|Method to add a path to the list of rule include paths.  
 
|Method to add a path to the list of rule include paths.  
 
|-
 
|-
|[[JFormHelper::loadFieldClass/11.1|loadFieldClass]]
+
|public static
 +
|[[API17:JFormHelper::loadFieldClass|loadFieldClass]]
 
|Attempt to import the  class file if it isn't already imported.  
 
|Attempt to import the  class file if it isn't already imported.  
 
|-
 
|-
|[[JFormHelper::loadFieldType/11.1|loadFieldType]]
+
|public static
 +
|[[API17:JFormHelper::loadFieldType|loadFieldType]]
 
|Method to load a form field object given a type.  
 
|Method to load a form field object given a type.  
 
|-
 
|-
|[[JFormHelper::loadRuleClass/11.1|loadRuleClass]]
+
|public static
 +
|[[API17:JFormHelper::loadRuleClass|loadRuleClass]]
 
|Attempt to import the  class file if it isn't already imported.  
 
|Attempt to import the  class file if it isn't already imported.  
 
|-
 
|-
|[[JFormHelper::loadRuleType/11.1|loadRuleType]]
+
|public static
 +
|[[API17:JFormHelper::loadRuleType|loadRuleType]]
 
|Method to load a form rule object given a type.  
 
|Method to load a form rule object given a type.  
 
|-
 
|-
|[[JFormHelper::addPath/11.1|addPath]]
+
|protected static
 +
|[[API17:JFormHelper::addPath|addPath]]
 
|Method to add a path to the list of include paths for one of the form's entities.  
 
|Method to add a path to the list of include paths for one of the form's entities.  
 
|-
 
|-
|[[JFormHelper::loadClass/11.1|loadClass]]
+
|protected static
 +
|[[API17:JFormHelper::loadClass|loadClass]]
 
|Load a class for one of the form's entities of a particular type.  
 
|Load a class for one of the form's entities of a particular type.  
 
|-
 
|-
|[[JFormHelper::loadType/11.1|loadType]]
+
|protected static
 +
|[[API17:JFormHelper::loadType|loadType]]
 
|Method to load a form entity object given a type.  
 
|Method to load a form entity object given a type.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/form/helper.php
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.form.helper' );</source>
 
<source lang="php">jimport( 'joomla.form.helper' );</source>
 
===See also===
 
===See also===
* JFormHelper source code in [[jplatform:form/helper.php|BitBucket]]
+
* {{JVer|11.1}} '''JFormHelper source code''' on [[jplatform:form/helper.php|BitBucket]]
* [[JFormHelper|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Form|Form]]
{{SeeAlso:JFormHelper}}
+
* [[API17:JFormHelper|Other versions of JFormHelper]]
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JFormHelper|Edit See Also]]<nowiki>]</nowiki>
+
 
</span>
+
===User contributed notes===
===Examples===
+
=== Code Examples ===
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFormHelper
 
category=JFormHelper
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFormHelper]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:08, 24 March 2017

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

Description[edit]

Methods[edit]

Visibility Method name Description
public static addFieldPath Method to add a path to the list of field include paths.
public static addFormPath Method to add a path to the list of form include paths.
public static addRulePath Method to add a path to the list of rule include paths.
public static loadFieldClass Attempt to import the class file if it isn't already imported.
public static loadFieldType Method to load a form field object given a type.
public static loadRuleClass Attempt to import the class file if it isn't already imported.
public static loadRuleType Method to load a form rule object given a type.
protected static addPath Method to add a path to the list of include paths for one of the form's entities.
protected static loadClass Load a class for one of the form's entities of a particular type.
protected static loadType Method to load a form entity object given a type.
  • Defined in libraries/joomla/form/helper.php

Importing[edit]

jimport( 'joomla.form.helper' );

See also[edit]


User contributed notes[edit]

Code Examples[edit]