_debug() private static method

Get\Set Krumo state: whether it is enabled or disabled
private static _debug ( boolean $state = null ) : boolean
$state boolean
return boolean
Beispiel #1
0
 /**
  * Disable Krumo
  *
  * @return boolean
  * @access public
  * @static
  */
 public static function disable()
 {
     return false === Krumo::_debug(false);
 }