API17

JFormHelper::loadClass: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
Line 8: Line 8:
<nowiki>[</nowiki>[[Description:JFormHelper::loadClass|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[Description:JFormHelper::loadClass|Edit Descripton]]<nowiki>]</nowiki>
</span>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
protected static JFormHelper::loadClass ($entity, $type)
protected static function loadClass (
        $entity
        $type
)
</source>
</source>
{| class="wikitable"
{| class="wikitable"
Line 30: Line 32:
|-
|-
|}
|}
===Returns===
* '''Returns'''
 
* '''Defined''' on line 158 of libraries/joomla/form/helper.php
===Defined in===
libraries/joomla/form/helper.php (line 158)
* see source code in [[jplatform:form/helper.php#cl-158|BitBucket]]
===Referenced by===
===See also===
===See also===
* {{JVer|11.1}} '''JFormHelper::loadClass source code''' on [[jplatform:form/helper.php#cl-150|BitBucket]]
* {{JVer|11.1}} Class [[JFormHelper/11.1|JFormHelper]]
* {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]]
* [[JFormHelper::loadClass|Other versions of JFormHelper::loadClass]]
{{SeeAlso:JFormHelper::loadClass}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JFormHelper::loadClass|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[SeeAlso:JFormHelper::loadClass|Edit See Also]]<nowiki>]</nowiki>
</span>
</span>
* [[JFormHelper/11.1|JFormHelper]]
===User contributed notes===
* [[JFormHelper::loadClass|Other versions of this method]]
{{SeeAlso:JFormHelper::loadClass}}
===Examples===
<CodeExamplesForm />
<CodeExamplesForm />
<dpl>
<dpl>
Line 51: Line 51:
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JFormHelper]][[Category:JFormHelper::loadClass]]</noinclude>
<noinclude>[[Category:JFormHelper]][[Category:JFormHelper::loadClass]]</noinclude>

Revision as of 02:03, 28 April 2011

Joomla 11.1 JFormHelper::loadClass

Description

Load a class for one of the form's entities of a particular type.

Template:Description:JFormHelper::loadClass [Edit Descripton]

protected static function loadClass (
        $entity
        $type
)
Parameter Type Default Description
$entity
$type
  • Returns
  • Defined on line 158 of libraries/joomla/form/helper.php

See also

Template:SeeAlso:JFormHelper::loadClass [Edit See Also]

User contributed notes

<CodeExamplesForm />