Merge remote-tracking branch 'upstream/4.4' into 4.4-master-2014-07-14-13-42-39
[civicrm-core.git] / api / v3 / Generic / Getactions.php
index 9cfbbd67a95d7235558ccb9459f49d4e3ca550dd..e3520c13a273ae4fa9fe44437f50c8ce044f87e6 100644 (file)
 +--------------------------------------------------------------------+
 */
 
+/**
+ * @param $apiRequest
+ *
+ * @return array
+ * @throws API_Exception
+ */
 function civicrm_api3_generic_getActions($apiRequest) {
   civicrm_api3_verify_mandatory($apiRequest, NULL, array('entity'));
   $mfp = \Civi\Core\Container::singleton()->get('magic_function_provider');