JFormFieldModuleLayout::getInput: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 4: | Line 4: | ||
Method to get the field input. | Method to get the field input. | ||
<source lang="php"> | <source lang="php"> | ||
| Line 17: | 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]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFormFieldModuleLayout::getInput | category=JFormFieldModuleLayout::getInput | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 03:07, 25 March 2017
JFormFieldModuleLayout::getInput
Description
Method to get the field input.
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
User contributed notes
Code Examples