Command
Table of Contents
Namespaces
Classes
- AbstractEntityManagerCommand
- Base class for all commands.
- ConvertDoctrine1SchemaCommand
- Command to convert a Doctrine 1 schema to a Doctrine 2 mapping file.
- ConvertMappingCommand
- Command to convert your mapping information between the various formats.
- EnsureProductionSettingsCommand
- Command to ensure that Doctrine is properly configured for a production environment.
- GenerateEntitiesCommand
- Command to generate entity classes and method stubs from your mapping information.
- GenerateProxiesCommand
- Command to (re)generate the proxy classes used by doctrine.
- GenerateRepositoriesCommand
- Command to generate repository classes for mapping information.
- InfoCommand
- Show information about mapped entities.
- MappingDescribeCommand
- Show information about mapped entities.
- RunDqlCommand
- Command to execute DQL queries in a given EntityManager.
- ValidateSchemaCommand
- Command to validate that the current mapping is valid.