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 setProfiler( Yiisoft\Profiler\ProfilerInterface $profiler ): void | ||
| $profiler | Yiisoft\Profiler\ProfilerInterface |
The profiler instance. |
public function setProfiler(ProfilerInterface $profiler): void;
Signup or Login in order to comment.