PHPParser_Parser::yyn117 PHP Метод

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

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