You are here

public function XHProfRunsFile::getDir in XHProf 7

Same name and namespace in other branches
  1. 6 XHProfRunsFile.inc \XHProfRunsFile::getDir()
1 call to XHProfRunsFile::getDir()
XHProfRunsFile::getRuns in ./XHProfRunsFile.inc

File

./XHProfRunsFile.inc, line 17
Definition of XHProfRunsFile.

Class

XHProfRunsFile
XHProfRuns_Default is the default implementation of the iXHProfRuns interface for saving/fetching XHProf runs.

Code

public function getDir() {
  return $this->dir;
}