API17

Difference between revisions of "JComponentHelper"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/application/component/helper.php
 
libraries/joomla/application/component/helper.php
 +
* see source code in [[jplatform:application/component/helper.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Application/11.1|Application]]
 
[[Subpackage Application/11.1|Application]]
Line 35: Line 36:
 
<source lang="php">jimport( 'joomla.application.component.helper' );</source>
 
<source lang="php">jimport( 'joomla.application.component.helper' );</source>
 
===See also===
 
===See also===
 +
* JComponentHelper source code in [[jplatform:application/component/helper.php|BitBucket]]
 
* [[JComponentHelper|Other versions of this class]]
 
* [[JComponentHelper|Other versions of this class]]
 
{{SeeAlso:JComponentHelper}}
 
{{SeeAlso:JComponentHelper}}

Revision as of 17:51, 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.

[Edit Descripton] Template:Description:JComponentHelper

Defined in[edit]

libraries/joomla/application/component/helper.php

Subpackage[edit]

Application

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
getComponent Get the component information.
getParams Gets the parameter object for the component.
isEnabled Checks if the component is enabled.
renderComponent Render the component.
_load Load the installed components into the _components property.

Importing[edit]

jimport( 'joomla.application.component.helper' );

See also[edit]

Template:SeeAlso:JComponentHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />