Interface Yiisoft\Profiler\ProfilerAwareInterface
Public Methods
| Method | Description | Defined By |
|---|---|---|
| setProfiler() | Sets the profiler instance. | Yiisoft\ |
Method Details
Sets the profiler instance.
| public abstract void setProfiler ( Yiisoft\ | ||
| $profiler | Yiisoft\ |
The profiler instance. |
public function setProfiler(ProfilerInterface $profiler): void;
User Contributed Notes
Leave a comment
Join the conversation to share a note.