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

parse() public méthode

public parse ( $content )
    public function parse($content)
    {
        $this->cursor = 0;
        $this->content = $content;
        $this->length = strlen($this->content);
        $this->doParse();
    }