\JComponentHelper
Component helper class
Synopsis
class JComponentHelper
{
- // members
- protected $components;
- // methods
- public static getComponent()
- public static boolean isEnabled()
- public static JRegistry getParams()
- public static string filterText()
- public static renderComponent()
- protected static string executeComponent()
- protected static boolean _load()
- protected static boolean load()
Members
protected
- $components
—
array
The component list cache
Methods
protected
- _load() — Load the installed components into the components property.
- executeComponent() — Execute the component.
- load() — Load the installed components into the components property.
public
- filterText() — Applies the global text filters to arbitrary text as per settings for current user groups
- getComponent() — Get the component information.
- getParams() — Gets the parameter object for the component
- isEnabled() — Checks if the component is enabled
- renderComponent() — Render the component.