API17:JForm::addFieldPath
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JForm::addFieldPath|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JForm::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 1643 of libraries/joomla/form/form.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/form/form.php | + | * '''Referenced by''' |
| − | * | + | ** [[JModelForm::loadForm/11.1|JModelForm::loadForm]] |
| − | + | ||
| − | * [[JModelForm::loadForm/11.1|JModelForm::loadForm]] | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JForm::addFieldPath source code''' on [[jplatform:form/form.php#cl-1635|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JForm/11.1|JForm]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]] | ||
| + | * [[JForm::addFieldPath|Other versions of JForm::addFieldPath]] | ||
| + | {{SeeAlso:JForm::addFieldPath}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JForm::addFieldPath|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JForm::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:JForm]][[Category:JForm::addFieldPath]]</noinclude> | <noinclude>[[Category:JForm]][[Category:JForm::addFieldPath]]</noinclude> | ||
Revision as of 20:58, 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.
JForm::addFieldPath
Description
Proxy for .
Description:JForm::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 1643 of libraries/joomla/form/form.php
- Since
- Referenced by
See also
-
JForm::addFieldPath source code on BitBucket
-
Class JForm
-
Subpackage Form
- Other versions of JForm::addFieldPath
SeeAlso:JForm::addFieldPath [Edit See Also]
User contributed notes
<CodeExamplesForm />
