Function FB->getOptions

Definitions

sources/firephp.php

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

Returns

  • The options
  • Type: array
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Get options for the library
 *
 * @return array The options
 */

public static function getOptions()