Shopware\Install\Command\ShopwareInstallReleaseCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('install:release')->setDescription('Allows setting up shopware from release package.')->setHelp(<<<EOF
                            The <info>%command.name%</info> sets up shopware
EOF
);
        $this->addInstallerOptions();
        $this->addDbOptions();
        $this->addShopOptions();
        $this->addAdminOptions();
    }