X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2FWrapper.php;h=6c9dad30e607e7406da136751b1fb1e9c1669a8e;hb=302e4e03875fe291abdef4dedf8a15f8edd72aaf;hp=4df24d242fba6b3267bda14a6bc90b1110a1fe51;hpb=82e7a8b8a4054c4814900ddf5e8fc56d6819c134;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 *