Merge pull request #4923 from colemanw/invoice_id
[civicrm-core.git] / api / v3 / ActivityType.php
index a139f3b253b7b7046757ce4631dfc828148b7a98..52158cfa0bb8956f789a1a2a82995369ab422e00 100644 (file)
@@ -52,9 +52,6 @@ function _civicrm_api3_activity_type_deprecation() {
  *
  * @return array
  *   activity types keyed by id
- * @access public
- *
- * @example ActivityTypeGet.php
  * @deprecated - use getoptions
  */
 function civicrm_api3_activity_type_get($params) {
@@ -67,14 +64,10 @@ function civicrm_api3_activity_type_get($params) {
  * create activity type (
  *
  * @param array $params
- *   Associated array of fields.
- *                 $params['option_value_id'] is required for updation of activity type
  *
  * @return array
  *   created / updated activity type
  *
- * @access public
- *
  * @deprecated - use option_value create
  */
 function civicrm_api3_activity_type_create($params) {
@@ -115,8 +108,6 @@ function _civicrm_api3_activity_type_create_spec(&$params) {
  * @return array
  *   API result array
  *
- * @access public
- *
  * @deprecated - we will introduce OptionValue Delete- plse consider helping with this if not done
  */
 function civicrm_api3_activity_type_delete($params) {