JFormFieldModuleLayout::getInput: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
Method to get the field input. | Method to get the field input. | ||
<source lang="php"> | <source lang="php"> | ||
protected | protected function getInput () | ||
</source> | </source> | ||
* '''Returns''' string The field input. | |||
string The field input. | * '''Defined''' on line 42 of libraries/joomla/form/fields/modulelayout.php | ||
* '''Since''' {{JVer|11.1 }} | |||
libraries/joomla/form/fields/modulelayout.php | |||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JFormFieldModuleLayout::getInput source code''' on [[jplatform:form/fields/modulelayout.php#cl-34|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JFormFieldModuleLayout|JFormFieldModuleLayout]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]] | |||
* | * [[API17:JFormFieldModuleLayout::getInput|Other versions of JFormFieldModuleLayout::getInput]] | ||
* [[JFormFieldModuleLayout::getInput|Other versions of | |||
===Examples=== | ===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=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
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