API17:JFormHelper::addFieldPath
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JFormHelper::addFieldPath|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFormHelper::addFieldPath|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function addFieldPath ($new=null) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' array The list of paths that have been added. | |
| − | array The list of paths that have been added. | + | * '''Defined''' on line 200 of libraries/joomla/form/helper.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/form/helper.php | + | * '''Referenced by''' |
| − | * | + | ** [[JForm::addFieldPath/11.1|JForm::addFieldPath]] |
| − | + | ||
| − | * [[JForm::addFieldPath/11.1|JForm::addFieldPath]] | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JFormHelper::addFieldPath source code''' on [[jplatform:form/helper.php#cl-192|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JFormHelper/11.1|JFormHelper]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]] | ||
| + | * [[JFormHelper::addFieldPath|Other versions of JFormHelper::addFieldPath]] | ||
| + | {{SeeAlso:JFormHelper::addFieldPath}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFormHelper::addFieldPath|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFormHelper::addFieldPath|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 49: | Line 46: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JFormHelper]][[Category:JFormHelper::addFieldPath]]</noinclude> | <noinclude>[[Category:JFormHelper]][[Category:JFormHelper::addFieldPath]]</noinclude> | ||
Revision as of 21:03, 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.
JFormHelper::addFieldPath
Description
Method to add a path to the list of field include paths.
Description:JFormHelper::addFieldPath [Edit Descripton]
public static function addFieldPath ($new=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $new | mixed | null | A path or array of paths to add. |
- Returns array The list of paths that have been added.
- Defined on line 200 of libraries/joomla/form/helper.php
- Since
- Referenced by
See also
-
JFormHelper::addFieldPath source code on BitBucket
-
Class JFormHelper
-
Subpackage Form
- Other versions of JFormHelper::addFieldPath
SeeAlso:JFormHelper::addFieldPath [Edit See Also]
User contributed notes
<CodeExamplesForm />
