public function BenchmarkData::__construct in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::__construct()
- 8.2 webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::__construct()
- 4.x webprofiler/src/Command/BenchmarkData.php \Drupal\webprofiler\Command\BenchmarkData::__construct()
Parameters
$token:
$memory:
$time:
File
- webprofiler/
src/ Command/ BenchmarkData.php, line 30
Class
- BenchmarkData
- Class BenchmarkData
Namespace
Drupal\webprofiler\CommandCode
public function __construct($token, $memory, $time) {
$this->token = $token;
$this->memory = $memory;
$this->time = $time;
}