====== JComponentHelper ====== {#JAPI Joomla.Framework Application JComponentHelper #} The JComponentHelper class contains utility functions to assist in common functions required for components. This is a static class. ===== Methods ===== ^ Method ^ Description ^ | {{references:Method.png?nolink}} [[JComponentHelper-getInfo|getInfo]] | Gets information about a component. | | {{references:Method.png?nolink}} [[JComponentHelper-getParams|getParams]] | Gets the parameter object for the component. | | {{references:Method.png?nolink}} [[JComponentHelper-isEnabled|isEnabled]] | Checks if the component is enabled. | | {{references:Method.png?nolink}} [[JComponentHelper-renderComponent|renderComponent]] | Renders the component. | ---- ~~DISCUSSION~~