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