Interface Yiisoft\Profiler\ProfilerAwareInterface
Public Methods
| Method | Description | Defined By |
|---|---|---|
| setProfiler() | Sets the profiler instance. | Yiisoft\Profiler\ProfilerAwareInterface |
Method Details
Sets the profiler instance.
| public abstract void setProfiler ( Yiisoft\Profiler\ProfilerInterface $profiler ) | ||
| $profiler | Yiisoft\Profiler\ProfilerInterface |
The profiler instance. |
public function setProfiler(ProfilerInterface $profiler): void;
Signup or Login in order to comment.