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

getCharIndex() публичный Метод

This is in the context of the full command line string, so includes word break characters. Note that some shells can only provide an approximation for character index. Under ZSH for example, this will always be the character at the start of the current word.
public getCharIndex ( ) : integer
Результат integer
    public function getCharIndex()
    {
        return $this->charIndex;
    }