DebuggerInterface
in
Pop utils debugger interface
Tags
Table of Contents
Methods
- addHandler() : DebuggerInterface
- Add a handler
- save() : string
- Save the debug handlers' data to storage (returns the request ID of what was saved)
Methods
addHandler()
Add a handler
public
addHandler(DebuggerHandlerInterface $handler) : DebuggerInterface
Parameters
- $handler : DebuggerHandlerInterface
Return values
DebuggerInterfacesave()
Save the debug handlers' data to storage (returns the request ID of what was saved)
public
save() : string