Newscoop\Tools\Console\Command\GenerateORMSchemaCommand::configure PHP Метод

configure() защищенный Метод

См. также: Console\Command\Command
protected configure ( )
    protected function configure()
    {
        $this->setName('newscoop:generateOrmSchema')->setDescription('Generates SQL for an ORM Entity')->addOption('alter', null, InputOption::VALUE_NONE, 'If set, the task will output ALTER SQL')->addArgument('entity', InputArgument::IS_ARRAY | InputArgument::REQUIRED, 'Single or Multiple Entities');
    }
GenerateORMSchemaCommand