public function Profiler::all in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Profiler/Profiler.php \Symfony\Component\HttpKernel\Profiler\Profiler::all()
Gets the Collectors associated with this profiler.
Return value
array An array of collectors
File
- vendor/
symfony/ http-kernel/ Profiler/ Profiler.php, line 224
Class
- Profiler
- Profiler.
Namespace
Symfony\Component\HttpKernel\ProfilerCode
public function all() {
return $this->collectors;
}