PHPParser_Parser::yyn147 PHP Метод

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

protected yyn147 ( $line, $docComment )
    protected function yyn147($line, $docComment)
    {
        $this->yyval = new Snowscript_Node_Stmt_Extends($this->yyastk[$this->yysp - (3 - 2)], $line, $docComment);
    }
PHPParser_Parser