JFormFieldModuleLayout::getInput: Difference between revisions
From Joomla! Documentation
m →See also: moving preparation |
m clean up |
||
| Line 4: | Line 4: | ||
Method to get the field input. | Method to get the field input. | ||
{{Description:JFormFieldModuleLayout::getInput}} | {{subst:Description:JFormFieldModuleLayout::getInput}} | ||
<source lang="php"> | <source lang="php"> | ||
protected function getInput () | protected function getInput () | ||
| Line 19: | Line 17: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]] | ||
* [[API17:JFormFieldModuleLayout::getInput|Other versions of JFormFieldModuleLayout::getInput]] | * [[API17:JFormFieldModuleLayout::getInput|Other versions of JFormFieldModuleLayout::getInput]] | ||
{{SeeAlso:JFormFieldModuleLayout::getInput}} | {{subst:SeeAlso:JFormFieldModuleLayout::getInput}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:32, 24 March 2017
JFormFieldModuleLayout::getInput
Description
Method to get the field input.
{{subst:Description:JFormFieldModuleLayout::getInput}}
protected function getInput ()
- Returns string The field input.
- Defined on line 42 of libraries/joomla/form/fields/modulelayout.php
- Since

See also
JFormFieldModuleLayout::getInput source code on BitBucket
Class JFormFieldModuleLayout
Subpackage Form- Other versions of JFormFieldModuleLayout::getInput
{{subst:SeeAlso:JFormFieldModuleLayout::getInput}}
User contributed notes
<CodeExamplesForm />