Class JStringNormalise

Description

Joomla Platform String Normalise Class

  • abstract:
  • since: 11.3

Located in /libraries/joomla/string/normalise.php (line 32)


	
			
Direct descendents
Class Description
JStringNormalize Joomla Platform String Normalize Class
Method Summary
static string toCamelCase (string $input)
static string toDashSeparated (string $input)
static string toKey (string $input)
static string toSpaceSeparated (string $input)
static string toUnderscoreSeparated (string $input)
static string toVariable (string $input)
Methods
static method toCamelCase (line 43)

Method to convert a string into camel case.

  • return: The camel case string.
  • since: 11.3
  • access: public
static string toCamelCase (string $input)
  • string $input: The string input.
static method toDashSeparated (line 62)

Method to convert a string into dash separated form.

  • return: The dash separated string.
  • since: 11.3
  • access: public
static string toDashSeparated (string $input)
  • string $input: The string input.
static method toKey (line 150)

Method to convert a string into key form.

  • return: The key string.
  • since: 11.3
  • access: public
static string toKey (string $input)
  • string $input: The string input.
static method toSpaceSeparated (line 82)

Method to convert a string into space separated form.

  • return: The space separated string.
  • since: 11.3
  • access: public
static string toSpaceSeparated (string $input)
  • string $input: The string input.
static method toUnderscoreSeparated (line 102)

Method to convert a string into underscore separated form.

  • return: The underscore separated string.
  • since: 11.3
  • access: public
static string toUnderscoreSeparated (string $input)
  • string $input: The string input.
static method toVariable (line 122)

Method to convert a string into variable form.

  • return: The variable string.
  • since: 11.3
  • access: public
static string toVariable (string $input)
  • string $input: The string input.

Documentation generated on Mon, 25 Jun 2012 13:58:12 -0500 by phpDocumentor 1.4.4