Abstract Class JHtmlPhpSetting

Description

Utility class working with phpsetting

  • abstract:
  • since: 1.6

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


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

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 integer (line 87)

Method to generate an integer from a value

  • return: html code
  • deprecated: 4.0 Use intval() or casting instead.
  • access: public
static string integer (string $val)
  • string $val: a php ini value
static set (line 47)

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 string (line 66)

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 Tue, 19 Nov 2013 15:10:40 +0100 by phpDocumentor 1.4.3