Command
Namespaces
- ListCommand
- TimeitCommand
Interfaces, Classes and Traits
- BufferCommand
- Interact with the current code buffer.
- ClearCommand
- Clear the Psy Shell.
- Command
- The Psy Shell base command.
- DocCommand
- Read the documentation for an object, class, constant, method or property.
- DumpCommand
- Dump an object or primitive.
- EditCommand
- The Psy Shell base command.
- ExitCommand
- Exit the Psy Shell.
- HelpCommand
- Help command.
- HistoryCommand
- Psy Shell history command.
- ListCommand
- List available local variables, object properties, etc.
- ParseCommand
- Parse PHP code and show the abstract syntax tree.
- PsyVersionCommand
- A dumb little command for printing out the current Psy Shell version.
- ReflectingCommand
- An abstract command with helpers for inspecting the current context.
- ShowCommand
- Show the code for an object, class, constant, method or property.
- SudoCommand
- Evaluate PHP code, bypassing visibility restrictions.
- ThrowUpCommand
- Throw an exception or error out of the Psy Shell.
- TimeitCommand
- Class TimeitCommand.
- TraceCommand
- Show the current stack trace.
- WhereamiCommand
- Show the context of where you opened the debugger.
- WtfCommand
- Show the last uncaught exception.