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

configure() protected method

See also: Console\Command\Command
protected configure ( )
    protected function configure()
    {
        $this->setName('index:clear')->setDescription('Clear index timestamps.')->addArgument('type', InputArgument::OPTIONAL, 'Types to clear index timestamp for', 'all')->setHelp('');
    }
ClearIndexCommand