PHPParser_Parser::yyn116 PHP Метод

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

protected yyn116 ( $line, $docComment )
    protected function yyn116($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Param(substr($this->yyastk[$this->yysp - (3 - 3)], 1), null, $this->yyastk[$this->yysp - (3 - 1)], $this->yyastk[$this->yysp - (3 - 2)], $line, $docComment);
    }
PHPParser_Parser