Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-06-30-11-58-01
[civicrm-core.git] / CRM / Utils / API / MatchOption.php
index 31a3ae7ded16f125318665ab5c2721653804bc24..a8068c877122c21ca3bae98bb7fe72a1ce1b3cb2 100644 (file)
  */
 
 require_once 'api/Wrapper.php';
+
+/**
+ * Class CRM_Utils_API_MatchOption
+ */
 class CRM_Utils_API_MatchOption implements API_Wrapper {
 
   /**
@@ -165,8 +169,10 @@ class CRM_Utils_API_MatchOption implements API_Wrapper {
   /**
    * Create APIv3 "get" parameters to lookup an existing record using $keys
    *
-   * @param array $apiRequest
+   * @param $origParams
    * @param array $keys list of keys to match against
+   *
+   * @internal param array $apiRequest
    * @return array APIv3 $params
    */
   function createGetParams($origParams, $keys) {