PHPParser_Parser::yyn107 PHP Метод

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

protected yyn107 ( $line, $docComment )
    protected function yyn107($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_ElseIf($this->yyastk[$this->yysp - (5 - 3)], is_array($this->yyastk[$this->yysp - (5 - 5)]) ? $this->yyastk[$this->yysp - (5 - 5)] : array($this->yyastk[$this->yysp - (5 - 5)]), $line, $docComment);
    }
PHPParser_Parser