Function FirePHP->ignorePathInTraces

Definitions

sources/firephp.php

  • Specify a path prefix to ignore when traversing stack traces.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$path string No No required parameter N/A N/A The path prefix to ignore

Preview

Code (PHP)

/**
 * Specify a path prefix to ignore when traversing stack traces.
 *
 * @param  string $path The path prefix to ignore
 */

public function ignorePathInTraces($path)