Jet\Debug_Profiler_Run_BacktraceItem
Třída reprezentuje záznam v debug backtrace v rámci profileru.
Přehled metod
getter | význam |
---|---|
getFile(): string | Cesta k souboru |
getLine(): int|string | Číslo řádku |
getClass(): string | Třída |
getType(): string | Typ volání (->, nebo ::) |
getFunction(): string | Název funkce / metody |
getArgs(): array | Seznam argumentů funkce / metody |
getCall(): string | Předpřipravený popis volání (informace o volané třídě a metodě / funkci v textové podobě). |