Trait Yiisoft\Profiler\ProfilerAwareTrait
Protected Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $profiler | ?\ |
Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| setProfiler() | Yiisoft\ |
Property Details
Method Details
| public void setProfiler ( Yiisoft\ | ||
| $profiler | Yiisoft\ |
|
public function setProfiler(ProfilerInterface $profiler): void
{
$this->profiler = $profiler;
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.