API Documentation (v0.9.0-alpha)

Command

Classes

AbstractCommand
An abstract class which has to be extended by every Command.
Argument
Contains the definition of a Command Argument.
CommandCollection
The CommandCollection contains all Commands from core and app.
CommandDefinition
Contains Argument and Option definitions.
CommandDispatcher
Find and run commands based on passed arguments.
CreateCollectionCommand
Creates a new EntityCollection.
CreateCommandCommand
Creates a new Command.
CreateControllerCommand
Creates a new Controller.
CreateEventCommand
Creates a new Event.
CreateListenerCommand
Creates a new Listener.
CreateMappingCommand
Creates a new Entity mapping file.
CreateMigrationCommand
Creates a new Migration.
CreateModelCommand
Creates a new Entity model.
CreateValidatorCommand
Creates a new Validator.
DatabaseMigrateCommand
Executes all new migrations.
DatabaseStatusCommand
Shows all executed migrations.
ExitStatus
Contains constants for Console exit status.
Option
Contains the definition of a Command Option.
RegisterListenerCommand
Register a new Listener for an Event in listener.php file.
Template
Used to create classes/files from template files.