public function Run::getId in XHProf 8
Return value
string
File
- src/
XHProfLib/ Run.php, line 46
Class
- Run
- Provides value object for a profiler run.
Namespace
Drupal\xhprof\XHProfLibCode
public function getId() {
return $this->run_id;
}
string
public function getId() {
return $this->run_id;
}