ready
This commit is contained in:
parent
c9d9b68fa9
commit
4c1869dca0
@ -101,7 +101,7 @@ class ConvertDoctrine1SchemaCommand extends Command
|
||||
protected function configure()
|
||||
{
|
||||
$this
|
||||
->setName('orm:convert-d1-schema')
|
||||
->setName('orm:convert:d1-schema')
|
||||
->setDescription('Converts Doctrine 1.X schema into a Doctrine 2.X schema.')
|
||||
->setDefinition(array(
|
||||
new InputArgument(
|
||||
|
@ -48,7 +48,7 @@ class ConvertMappingCommand extends Command
|
||||
protected function configure()
|
||||
{
|
||||
$this
|
||||
->setName('orm:convert-mapping')
|
||||
->setName('orm:convert:mapping')
|
||||
->setDescription('Convert mapping information between supported formats.')
|
||||
->setDefinition(array(
|
||||
new InputOption(
|
||||
|
@ -46,7 +46,7 @@ class GenerateEntitiesCommand extends Command
|
||||
protected function configure()
|
||||
{
|
||||
$this
|
||||
->setName('orm:generate-entities')
|
||||
->setName('orm:generate:entities')
|
||||
->setDescription('Generate entity classes and method stubs from your mapping information.')
|
||||
->setDefinition(array(
|
||||
new InputOption(
|
||||
|
@ -44,7 +44,7 @@ class GenerateProxiesCommand extends Command
|
||||
protected function configure()
|
||||
{
|
||||
$this
|
||||
->setName('orm:generate-proxies')
|
||||
->setName('orm:generate:proxies')
|
||||
->setDescription('Generates proxy classes for entity classes.')
|
||||
->setDefinition(array(
|
||||
new InputOption(
|
||||
|
@ -45,7 +45,7 @@ class GenerateRepositoriesCommand extends Command
|
||||
protected function configure()
|
||||
{
|
||||
$this
|
||||
->setName('orm:generate-repositories')
|
||||
->setName('orm:generate:repositories')
|
||||
->setDescription('Generate repository classes from your mapping information.')
|
||||
->setDefinition(array(
|
||||
new InputOption(
|
||||
|
Loading…
Reference in New Issue
Block a user