BrowscapPHP\Command\FetchCommand::configure PHP Метод

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

Configures the current command.
protected configure ( )
    protected function configure()
    {
        $this->setName('browscap:fetch')->setDescription('Fetches an updated INI file for Browscap.')->addArgument('file', InputArgument::OPTIONAL, 'browscap.ini file', $this->defaultIniFile)->addOption('remote-file', 'r', InputOption::VALUE_OPTIONAL, 'browscap.ini file to download from remote location (possible values are: ' . IniLoader::PHP_INI_LITE . ', ' . IniLoader::PHP_INI . ', ' . IniLoader::PHP_INI_FULL . ')', IniLoader::PHP_INI)->addOption('debug', 'd', InputOption::VALUE_NONE, 'Should the debug mode entered?');
    }