Function FB->setOptions

Definitions

sources/firephp.php

  • Set some options for the library
  • Visibility: public
  • Is abstract?: No
  • Is static?: Yes
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$options array No No required parameter N/A N/A The options to be set

Returns

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

Preview

Code (PHP)

/**
 * Set some options for the library
 *
 * @param  array $options The options to be set
 * @return void
 */

public static function setOptions($options)