API17

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.  


{{subst:Description:JFormFieldModuleLayout::getInput}}
 


<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]]
{{subst:SeeAlso:JFormFieldModuleLayout::getInput}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JFormFieldModuleLayout::getInput
category=JFormFieldModuleLayout::getInput
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 03:07, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples