Class JHtmlPhpSetting

Description

Utility class working with phpsetting

  • abstract:
  • since: 1.6

Located in /administrator/components/com_admin/helpers/html/phpsetting.php (line 17)


	
			
Method Summary
static string boolean (boolean $val)
static string integer (string $val)
static string set (boolean $val)
static string string (string $val)
Methods
static method boolean (line 26)

method to generate a boolean message for a value

  • return: html code
  • access: public
static string boolean (boolean $val)
  • boolean $val: is the value set?
static method integer (line 75)

method to generate an integer from a value

  • return: html code
  • access: public
static string integer (string $val)
  • string $val: a php ini value
static method set (line 43)

method to generate a boolean message for a value

  • return: html code
  • access: public
static string set (boolean $val)
  • boolean $val: is the value set?
static method string (line 59)

method to generate a string message for a value

  • return: html code
  • access: public
static string string (string $val)
  • string $val: a php ini value

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