public function XHProfRunsFile::getDir in XHProf 7
Same name and namespace in other branches
- 6 XHProfRunsFile.inc \XHProfRunsFile::getDir()
1 call to XHProfRunsFile::getDir()
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;
}