Execute the component.
static
string
executeComponent
(string $path)
-
string
$path: The component path.
Applies the global text filters to arbitrary text as per settings for current user groups
static
string
filterText
(string $text)
-
string
$text: The string to filter
Get the component information.
static
object An
getComponent
(string $option, [boolean $strict = false])
-
string
$option: The component option.
-
boolean
$strict: If set and the component does not exist, the enabled attribute will be set to false.
Gets the parameter object for the component
static
JRegistry
getParams
(
string $option, [
boolean $strict =
false])
-
string
$option: The option for the component.
-
boolean
$strict: If set and the component does not exist, false will be returned
Checks if the component is enabled
static
boolean
isEnabled
(string $option, [boolean $strict = false])
-
string
$option: The component option.
-
boolean
$strict: If set and the component does not exist, false will be returned.
Render the component.
static
object
renderComponent
(string $option, [array $params = array()])
-
string
$option: The component option.
-
array
$params: The component parameters
Load the installed components into the components property.
static
boolean
_load
(string $option)
-
string
$option: The element value for the extension