Profiler
extends Profiler
in package
Profiler class that extends Rundiz\Profiler\Profiler.
Tags
Table of Contents
Methods
- __construct() : mixed
- Profiler class constructor.
Methods
__construct()
Profiler class constructor.
public
__construct() : mixed
You maybe load this class via framework's Container object named Profiler. Example: $Profiler = $Container->get('Profiler');.
This is depended on if Profiler middleware is loaded or not.