This function is a shortcut of the following expression:
o = getParam(paramName);
(o != null) ? o.toArray() : null

See Also:

getParam(), toArray()