You are here

interface XHProfRunsInterface in XHProf 6

Same name in this branch
  1. 6 XHProfRunsInterface.inc \XHProfRunsInterface
  2. 6 XHProfLib/XHProfRunsInterface.php \XHProfRunsInterface
Same name and namespace in other branches
  1. 7 XHProfRunsInterface.inc \XHProfRunsInterface
  2. 7 XHProfLib/XHProfRunsInterface.php \XHProfRunsInterface

Hierarchy

Expanded class hierarchy of XHProfRunsInterface

All classes that implement XHProfRunsInterface

1 string reference to 'XHProfRunsInterface'
xhprof_include in ./xhprof.module
Helper. Make sure expensive module_load_include() does not run needlessly.

File

XHProfLib/XHProfRunsInterface.php, line 3

View source
interface XHProfRunsInterface {
  public function getRuns();
  public function getRun($run_id, $namespace);

}

Members