Class ConfigHelperConfig

Description

Components helper for com_config

  • since: 3.0

Located in /administrator/components/com_config/helper/config.php (line 19)

JHelperContent
   |
   --ConfigHelperConfig
Method Summary
 static array getAllComponents ()
 static array getComponentsWithConfig ([boolean $authCheck = true])
 static boolean hasComponentConfig (string $component)
 static void loadLanguageForComponents (string $components)
Methods
static getAllComponents (line 28)

Get an array of all enabled components.

  • since: 3.0
  • access: public
static array getAllComponents ()
static getComponentsWithConfig (line 66)

Returns an array of all components with configuration options. By only components for which the current user has 'core.manage' rights are returned.

  • since: 3.0
  • access: public
static array getComponentsWithConfig ([boolean $authCheck = true])
  • boolean $authCheck
static hasComponentConfig (line 51)

Returns true if the component has configuration options.

  • since: 3.0
  • access: public
static boolean hasComponentConfig (string $component)
  • string $component: Component name
static loadLanguageForComponents (line 95)

Load the sys language for the given component.

  • since: 3.0
  • access: public
static void loadLanguageForComponents (string $components)
  • string $components

Inherited Methods

Inherited From JHelperContent

 JHelperContent::addSubmenu()
 JHelperContent::getActions()
 JHelperContent::getCurrentLanguage()
 JHelperContent::getLanguageId()
 JHelperContent::getRowData()

Documentation generated on Tue, 19 Nov 2013 14:56:29 +0100 by phpDocumentor 1.4.3