Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JComponentHelper

Description

Component helper class

Located in /joomla/application/component/helper.php (line 24)

Class JComponentHelper   (Subpackage Application)
Method Summary
Method object A &getInfo (string $name)
Method object A &getParams (string $name)
Method boolean isEnabled (string $name)
Method void renderComponent ([ $name = null], [ $params = array()])
Methods
getInfo (line 33)

Get the component info

  • return: JComponent object
  • access: public
object A &getInfo (string $name)
  • string $name: The component name
getParams (line 84)

Gets the parameter object for the component

  • return: JParameter object
  • access: public
object A &getParams (string $name)
  • string $name: The component name
isEnabled (line 69)

Checks if the component is enabled

  • access: public
boolean isEnabled (string $name)
  • string $name: The component name
renderComponent (line 95)
void renderComponent ([ $name = null], [ $params = array()])
  • $name
  • $params

Documentation generated on Mon, 05 Mar 2007 21:05:38 +0000 by phpDocumentor 1.3.1