Class LanguagesHelper

Description

Languages component helper.

  • since: 1.6

Located in /administrator/components/com_languages/helpers/languages.php (line 17)


	
			
Method Summary
static void addSubmenu (string $vName)
static string filterKey (string $value)
static string filterText (string $value)
static JObject getActions ()
static array parseFile (string $filename)
Methods
static method addSubmenu (line 24)

Configure the Linkbar.

  • access: public
static void addSubmenu (string $vName)
  • string $vName: The name of the active view.
static method filterKey (line 134)

Filter method for language keys.

This method will be called by JForm while filtering the form data.

  • return: The filtered language key
  • since: 2.5
  • access: public
static string filterKey (string $value)
  • string $value: The language key to filter
static method filterText (line 151)

Filter method for language strings.

This method will be called by JForm while filtering the form data.

  • return: The filtered language string
  • since: 2.5
  • access: public
static string filterText (string $value)
  • string $value: The language string to filter
static method getActions (line 53)

Gets a list of the actions that can be performed.

  • access: public
static JObject getActions ()
static method parseFile (line 77)

Method for parsing ini files

  • return: Array of strings found in the file, the array indices will be the keys. On failure an empty array will be returned
  • since: 2.5
  • access: public
static array parseFile (string $filename)
  • string $filename: Path and name of the ini file to parse

Documentation generated on Mon, 25 Jun 2012 13:56:10 -0500 by phpDocumentor 1.4.4