Console
Table of Contents
Classes
- Application
- Extend the Application class to be able to provide a custom version string
- CommandApplication
- Entry point for the TYPO3 Command Line for Commands
In addition to a simple Symfony Command, this also sets up a CLI user
- CommandNameAlreadyInUseException
- Exception that was thrown when a command was registered with a name
that is already taken. This exception is currently unused.
- CommandRegistry
- Registry for Symfony commands, populated via dependency injection tags
- UnknownCommandException
- Exception thrown when an unregistered command is asked for