DropDatabaseDoctrineCommand
extends DoctrineCommand
in package
Database tool allows you to easily drop your configured databases.
Tags
Table of Contents
Constants
Methods
- configure() : void
- execute() : int
Constants
RETURN_CODE_NO_FORCE
public
mixed
RETURN_CODE_NO_FORCE
= 2
RETURN_CODE_NOT_DROP
public
mixed
RETURN_CODE_NOT_DROP
= 1
Methods
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface