API17

Difference between revisions of "JFormHelper::loadType"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 38: Line 38:
  
 
===Defined in===
 
===Defined in===
libraries/joomla/form/helper.php
+
libraries/joomla/form/helper.php (line 98)
 +
* see source code in [[jplatform:form/helper.php#cl-98|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:38, 23 April 2011

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]

Synopsis[edit]

protected static JFormHelper::loadType ($entity, $type, $new=true)
Parameter Type Default Description
$entity
$type
$new true

Returns[edit]

Defined in[edit]

libraries/joomla/form/helper.php (line 98)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JFormHelper::loadType

Examples[edit]

<CodeExamplesForm />