Trait Yiisoft\Profiler\ProfilerAwareTrait
Protected Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $profiler | ?\Yiisoft\Profiler\ProfilerInterface | Yiisoft\Profiler\ProfilerAwareTrait |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| setProfiler() | Yiisoft\Profiler\ProfilerAwareTrait |
Property Details
Method Details
| public void setProfiler ( Yiisoft\Profiler\ProfilerInterface $profiler ) | ||
| $profiler | Yiisoft\Profiler\ProfilerInterface | |
public function setProfiler(ProfilerInterface $profiler): void
{
$this->profiler = $profiler;
}
Signup or Login in order to comment.