interface ProfilerAwareInterface (View source)

The ProfilerAwareInterface interface.

Methods

Details

at line line 27
ProfilerInterface getProfiler()

Get profiler.

If profiler not exists, a NullProfiler will instead.

Return Value

ProfilerInterface

at line line 38
ProfilerAwareInterface setProfiler(ProfilerInterface $profiler)

Set Profiler.

Parameters

ProfilerInterface $profiler $ths profiler to set into this object.

Return Value

ProfilerAwareInterface Return self to support chaining.