Stecman\Component\Symfony\Console\BashCompletion\CompletionContext::reset PHP Метод

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

Reset the computed words so that $this->splitWords is forced to run again
protected reset ( )
    protected function reset()
    {
        $this->words = null;
        $this->wordIndex = null;
    }