PHPParser_Parser::yyn78 PHP Метод

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

protected yyn78 ( $line, $docComment )
    protected function yyn78($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_Interface($this->yyastk[$this->yysp - (6 - 2)], array('extends' => $this->yyastk[$this->yysp - (6 - 3)], 'stmts' => $this->yyastk[$this->yysp - (6 - 5)]), $line, $docComment);
    }
PHPParser_Parser