Elcodi\Common\CommonBundle\Command\ElcodiInstallCommand::configure PHP Метод

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

Configures the current command.
protected configure ( )
    protected function configure()
    {
        $this->setName('elcodi:install')->setDescription('Installs Elcodi in your dev environment')->addOption('country', 'c', InputOption::VALUE_IS_ARRAY | InputOption::VALUE_OPTIONAL, 'Countries to be loaded during the installation', ['ES']);
    }