PHPParser_Parser::yyn246 PHP Метод

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

protected yyn246 ( $line, $docComment )
    protected function yyn246($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_Include($this->yyastk[$this->yysp - (2 - 2)], PHPParser_Node_Expr_Include::TYPE_INCLUDE_ONCE, $line, $docComment);
    }
PHPParser_Parser