Jet\Debug_Profiler_Run_Block_Message
This simple class represents the message and debugging information sent to the runtime block. It is not intended for standalone use, but is used by the Jet\Debug_Profiler_Run_Block class (it is a subentity).
Method Overview
Method | Importance |
---|---|
public __construct( string $text ) | The constructor takes a single parameter, namely the message text. However, it also records the backtrace and the time (microtime) when the message was created. |
public getBacktrace( ): Debug_Profiler_BacktraceItem[] | Returns the backtrace to where the message was created. |
public getText(): string | Returns the text from the message. |
public getTimestamp(): float | Returns the time (microtime) of the message creation. |