DropDatabaseDoctrineCommand
extends DoctrineCommand
in package
Database tool allows you to easily drop your configured databases.
Tags
Table of Contents
- RETURN_CODE_NO_FORCE = 2
- RETURN_CODE_NOT_DROP = 1
- configure() : mixed
- {@inheritDoc}
- 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()
{@inheritDoc}
protected
configure() : mixed
Return values
mixed —execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface