Jet\Debug_Profiler_Run_BacktraceItem
This class represents a debug backtrace entry within the Profiler.
Method Overview
getter | meaning of |
---|---|
getFile(): string | File path |
getLine(): int|string | Line number |
getClass(): string | Class |
getType(): string | Call type (->, or ::) |
getFunction(): string | Function / method name |
getArgs(): array | Function / method argument list |
getCall(): string | Prepared description of the call (information about the called class and method/function in text form). |