PHPParser_Parser::yyn293 PHP Method

yyn293() protected method

protected yyn293 ( $line, $docComment )
    protected function yyn293($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_ArrayDimFetch($this->yyastk[$this->yysp - (4 - 1)], $this->yyastk[$this->yysp - (4 - 3)], $line, $docComment);
    }
PHPParser_Parser