mailing#70 Don't create users for test mail if user doesn't have permission
[civicrm-core.git] / api / Wrapper.php
index 4df24d242fba6b3267bda14a6bc90b1110a1fe51..6c9dad30e607e7406da136751b1fb1e9c1669a8e 100644 (file)
@@ -6,6 +6,8 @@
 interface API_Wrapper {
 
   /**
+   * Interface for interpreting api input.
+   *
    * @param array $apiRequest
    *
    * @return array
@@ -14,6 +16,8 @@ interface API_Wrapper {
   public function fromApiInput($apiRequest);
 
   /**
+   * Interface for interpreting api output.
+   *
    * @param array $apiRequest
    * @param array $result
    *