Doctrine


Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand
/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php at line 42

Class UpdateCommand

Class:UpdateCommand - Superclass: AbstractCommand
Class:AbstractCommand - Superclass: Command
Command
⌊ AbstractCommand
⌊ UpdateCommand

public class UpdateCommand
extends AbstractCommand

Command to update the database schema for a set of classes based on their mappings.

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision$
Author:
Benjamin Eberlei
Guilherme Blanco
Jonathan Wage
Roman Borschel

Method Summary
protected void

configure()

protected void

executeSchemaCommand(mixed input, mixed output, mixed schemaTool, mixed metadatas)

Methods inherited from Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand
execute, executeSchemaCommand

Method Detail

/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php at line 47

configure

protected void configure()

See Also:
Console\Command\Command

/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php at line 72

executeSchemaCommand

protected void executeSchemaCommand(mixed input, mixed output, mixed schemaTool, mixed metadatas)

Doctrine