Doctrine


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

Class GenerateEntitiesCommand

Class:GenerateEntitiesCommand - Superclass: Console
Console
⌊ GenerateEntitiesCommand

public class GenerateEntitiesCommand
extends Console

Command to generate entity classes and method stubs from your mapping information.

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/GenerateEntitiesCommand.php at line 47

configure

protected void configure()

See Also:
Console\Command\Command

/Doctrine/ORM/Tools/Console/Command/GenerateEntitiesCommand.php at line 94

execute

protected void execute(mixed input, mixed output)

See Also:
Console\Command\Command

Doctrine