From 94c16503d40458b590d2e7b61e9a84a2184dc759 Mon Sep 17 00:00:00 2001 From: Tim Otten <totten@civicrm.org> Date: Tue, 17 Jul 2018 17:44:37 -0700 Subject: [PATCH] Update civix.md --- docs/extensions/civix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/civix.md b/docs/extensions/civix.md index ee712526..fe0c6850 100644 --- a/docs/extensions/civix.md +++ b/docs/extensions/civix.md @@ -448,7 +448,7 @@ civix generate:api NewEntity newaction This creates one file: -- `api/v3/NewEntity/Newaction.php` provides the API function `civicrm_api3_new_entity_Newaction()` and the specification function `_civicrm_api3_new_entity_Newaction_spec()`. Note that the parameters and return values must be processed in a particular way (as demonstrated by the auto-generated file). +- `api/v3/NewEntity/Newaction.php` provides the API function `civicrm_api3_new_entity_newaction()` and the specification function `_civicrm_api3_new_entity_newaction_spec()`. Note that the parameters and return values must be processed in a particular way (as demonstrated by the auto-generated file). For use with CiviCRM 4.3 and later, you can also add the `--schedule` option (e.g., `--schedule Hourly`). This will create another file: -- GitLab