API17

Difference between revisions of "JFormHelper::loadType"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 42: Line 42:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFormHelper::loadType source code''' on [[jplatform:form/helper.php#cl-90|BitBucket]]
 
* {{JVer|11.1}} '''JFormHelper::loadType source code''' on [[jplatform:form/helper.php#cl-90|BitBucket]]
* {{JVer|11.1}} Class [[JFormHelper/11.1|JFormHelper]]
+
* {{JVer|11.1}} Class [[API17:JFormHelper|JFormHelper]]
* {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* [[JFormHelper::loadType|Other versions of JFormHelper::loadType]]
+
* [[API17:JFormHelper::loadType|Other versions of JFormHelper::loadType]]
 
{{SeeAlso:JFormHelper::loadType}}
 
{{SeeAlso:JFormHelper::loadType}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:49, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JFormHelper::loadType[edit]

Description[edit]

Method to load a form entity object given a type.

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

protected static function loadType (
        $entity
        $type
        $new=true
)
Parameter Type Default Description
$entity
$type
$new true
  • Returns
  • Defined on line 98 of libraries/joomla/form/helper.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />