JFormHelper::loadClass: 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: | ||
Load a class for one of the form's entities of a particular type. | Load a class for one of the form's entities of a particular type. | ||
<source lang="php"> | <source lang="php"> | ||
protected static | protected static function loadClass ( | ||
$entity | |||
$type | |||
) | |||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
|- | |- | ||
|} | |} | ||
=== | * '''Returns''' | ||
* '''Defined''' on line 158 of libraries/joomla/form/helper.php | |||
===See also=== | |||
* {{JVer|11.1}} '''JFormHelper::loadClass source code''' on [[jplatform:form/helper.php#cl-150|BitBucket]] | |||
* {{JVer|11.1}} Class [[API17:JFormHelper|JFormHelper]] | |||
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]] | |||
* [[API17:JFormHelper::loadClass|Other versions of JFormHelper::loadClass]] | |||
===User contributed notes=== | |||
=== | === Code Examples === | ||
=== | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JFormHelper::loadClass | category=JFormHelper::loadClass | ||
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:09, 25 March 2017
JFormHelper::loadClass
Description
Load a class for one of the form's entities of a particular type.
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
JFormHelper::loadClass source code on BitBucket
Class JFormHelper
Subpackage Form- Other versions of JFormHelper::loadClass
User contributed notes
Code Examples