Class FinderHelperLanguage

Description

Finder language helper class.

  • since: 2.5

Located in /administrator/components/com_finder/helpers/language.php (line 19)


	
			
Method Summary
static string branchPlural (string $branchName)
static string branchSingular (string $branchName)
static boolean isMultiLanguage ()
static void loadComponentLanguage ()
static void loadPluginLanguage ()
Methods
static method branchPlural (line 28)

Method to return a plural language code for a taxonomy branch.

  • return: Language key code.
  • access: public
static string branchPlural (string $branchName)
  • string $branchName: Branch title.
static method branchSingular (line 42)

Method to return a singular language code for a taxonomy branch.

  • return: Language key code.
  • access: public
static string branchSingular (string $branchName)
  • string $branchName: Branch name.
static method isMultiLanguage (line 58)

Method to determine if the language filter plugin is enabled.

This works for both site and administrator.

  • return: True if site is supporting multiple languages; false otherwise.
  • deprecated: 3.0 Use JLanguageMultilang::isEnabled() instead.
  • since: 2.5
  • access: public
static boolean isMultiLanguage ()
static method loadComponentLanguage (line 71)

Method to load Smart Search component language file.

  • since: 2.5
  • access: public
static void loadComponentLanguage ()
static method loadPluginLanguage (line 84)

Method to load Smart Search plug-in language files.

  • since: 2.5
  • access: public
static void loadPluginLanguage ()

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