X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2FWrapper.php;h=6c9dad30e607e7406da136751b1fb1e9c1669a8e;hb=6ea51756c947cb1d47040c13aa9443199980f891;hp=4df24d242fba6b3267bda14a6bc90b1110a1fe51;hpb=95d8ddc04c08360567c00283822622fb8bcb0b35;p=civicrm-core.git diff --git a/api/Wrapper.php b/api/Wrapper.php index 4df24d242f..6c9dad30e6 100644 --- a/api/Wrapper.php +++ b/api/Wrapper.php @@ -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 *