Interface Yiisoft\Db\Profiler\ProfilerAwareInterface
| Implemented by | Yiisoft\Db\Driver\Pdo\AbstractPdoCommand, Yiisoft\Db\Driver\Pdo\AbstractPdoConnection |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| setProfiler() | Sets the profiler instance. | Yiisoft\Db\Profiler\ProfilerAwareInterface |
Method Details
Sets the profiler instance.
| public abstract setProfiler( Yiisoft\Db\Profiler\ProfilerInterface|null $profiler ): void | ||
| $profiler | Yiisoft\Db\Profiler\ProfilerInterface|null |
The profiler instance. |
public function setProfiler(?ProfilerInterface $profiler): void;
Signup or Login in order to comment.