0 follower

Interface Yiisoft\Profiler\ProfilerAwareInterface

Public Methods

Hide inherited methods

Method Description Defined By
setProfiler() Sets the profiler instance. Yiisoft\Profiler\ProfilerAwareInterface

Method Details

Hide inherited methods

setProfiler() public abstract method

Sets the profiler instance.

public abstract void setProfiler ( Yiisoft\Profiler\ProfilerInterface $profiler )
$profiler Yiisoft\Profiler\ProfilerInterface

The profiler instance.

                public function setProfiler(ProfilerInterface $profiler): void;