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

configure() protected method

See also: Console\Command\Command
protected configure ( )
    protected function configure()
    {
        $this->setName('newscoop:indexer:run')->setDescription('Run Newscoop Indexer')->addOption('time-limit', null, InputOption::VALUE_OPTIONAL, 'Interrupt the indexing after the specified number of seconds.', null);
    }
IndexerCommand