示例#1
0
 /**
  * Method to build request parameters from a string array.
  *
  * @param   array  $params  string array that contains the parameters
  *
  * @return  string   request parameter
  *
  * @since   12.3
  */
 public function buildParameter($params)
 {
     return parent::buildParameter($params);
 }