Doctrine


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

Class ConvertDoctrine1SchemaCommand

Class:ConvertDoctrine1SchemaCommand - Superclass: Console
Console
⌊ ConvertDoctrine1SchemaCommand

public class ConvertDoctrine1SchemaCommand
extends Console

Command to convert a Doctrine 1 schema to a Doctrine 2 mapping file.

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

execute(mixed input, mixed output)

Method Detail

/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php at line 47

configure

protected void configure()

See Also:
Console\Command\Command

/Doctrine/ORM/Tools/Console/Command/ConvertDoctrine1SchemaCommand.php at line 86

execute

protected void execute(mixed input, mixed output)

See Also:
Console\Command\Command

Doctrine