Function FB->setEnabled

Definitions

sources/firephp.php

  • Enable and disable logging to Firebug
  • Visibility: public
  • Is abstract?: No
  • Is static?: Yes
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$enabled boolean No No required parameter N/A N/A TRUE to enable, FALSE to disable

Returns

  • Type: void
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Enable and disable logging to Firebug
 *
 * @param  boolean $enabled TRUE to enable, FALSE to disable
 * @return void
 */

public static function setEnabled($enabled)