You are here

XHProfRunsInterface.php in XHProf 7

Same filename and directory in other branches
  1. 6 XHProfLib/XHProfRunsInterface.php

File

XHProfLib/XHProfRunsInterface.php
View source
<?php

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

}

Interfaces