Source for file phpsetting.php
Documentation is available at phpsetting.php
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Utility class working with phpsetting
* @package Joomla.Administrator
* Method to generate a boolean message for a value
* @param boolean $val is the value set?
* @return string html code
public static function boolean($val)
* Method to generate a boolean message for a value
* @param boolean $val is the value set?
* @return string html code
public static function set($val)
* Method to generate a string message for a value
* @param string $val a php ini value
* @return string html code
public static function string($val)
* Method to generate an integer from a value
* @param string $val a php ini value
* @return string html code
* @deprecated 4.0 Use intval() or casting instead.
public static function integer($val)
'JHtmlPhpSetting::integer() is deprecated. Use intval() or casting instead.',
Documentation generated on Tue, 19 Nov 2013 15:10:40 +0100 by phpDocumentor 1.4.3