Callers
Purpose
This is a collection of values and helpers for working with a debug_backtrace()
stack.
Available Classes
Class | Description |
---|---|
CodeCaller |
value object representing the code that has called our code |
FilterBacktrace |
find the first item in a backtrace that isn't in the filter list |
FilterBacktraceForTwoCodeCallers |
find out who called us, and who called them |
FilterCodeCaller |
wrapper around FilterBacktrace that returns a CodeCaller value object. |
Click on the name of a class to see full details.