Gitonomy\Git\Parser\ParserBase::consumeAll PHP Méthode

consumeAll() protected méthode

protected consumeAll ( )
    protected function consumeAll()
    {
        $rest = substr($this->content, $this->cursor);
        $this->cursor += strlen($rest);
        return $rest;
    }