PHPParser_Parser::yyn278 PHP Method

yyn278() protected method

protected yyn278 ( $line, $docComment )
    protected function yyn278($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