_parser->match(Doctrine_Query_Token::T_FROM); $this->IdentificationVariableDeclaration(); while ($this->_isNextToken(',')) { $this->_parser->match(','); $this->IdentificationVariableDeclaration(); } } }