Function FB->getEnabled

Definitions

sources/firephp.php

  • Check if logging is enabled
  • Visibility: public
  • Is abstract?: No
  • Is static?: Yes
  • Is final?: No

Returns

  • TRUE if enabled
  • Type: boolean
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Check if logging is enabled
 *
 * @return boolean TRUE if enabled
 */

public static function getEnabled()