Doctrine


Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand
/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php at line 33

Class AbstractCommand

Class:AbstractCommand - Superclass: Command
Command
⌊ AbstractCommand

public abstract class AbstractCommand
extends Command


Method Summary
protected void

execute(mixed input, mixed output)

protected abstract void

executeSchemaCommand(InputInterface input, OutputInterface output, SchemaTool schemaTool, array metadatas)

Method Detail

/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php at line 46

execute

protected void execute(mixed input, mixed output)

See Also:
Console\Command\Command

/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php at line 41

executeSchemaCommand

protected abstract void executeSchemaCommand(InputInterface input, OutputInterface output, SchemaTool schemaTool, array metadatas)


Doctrine