Newscoop\Tools\Console\Command\UpdateIndexCommand::configure PHP Method

configure() protected method

See also: Console\Command\Command
protected configure ( )
    protected function configure()
    {
        $this->setName('index:update')->setDescription('Update search index.')->addArgument('type', InputArgument::OPTIONAL, 'Types to index', 'all')->addArgument('limit', InputArgument::OPTIONAL, 'Items batch limit', 50)->setHelp('');
    }
UpdateIndexCommand