Doctrine


Doctrine\ORM\Tools\Console\Command\GenerateProxiesCommand
/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php at line 41

Class GenerateProxiesCommand

Class:GenerateProxiesCommand - Superclass: Console
Console
⌊ GenerateProxiesCommand

public class GenerateProxiesCommand
extends Console

Command to (re)generate the proxy classes used by doctrine.

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/GenerateProxiesCommand.php at line 46

configure

protected void configure()

See Also:
Console\Command\Command

/Doctrine/ORM/Tools/Console/Command/GenerateProxiesCommand.php at line 70

execute

protected void execute(mixed input, mixed output)

See Also:
Console\Command\Command

Doctrine