handle recurring entity delete
[civicrm-core.git] / CRM / Core / BAO / Job.php
index e3d149fe8829bb8328496804fcc9d57fb3a46a1a..0053f5a54845cd5ccd21c4c0a2f958b7a8ebe44a 100644 (file)
@@ -44,16 +44,17 @@ class CRM_Core_BAO_Job extends CRM_Core_DAO_Job {
   function __construct() {
     parent::__construct();
   }
+
   /**
    * Function to add the payment-processor type in the db
    *
    * @param array $params (reference ) an assoc array of name/value pairs
-   * @param array $ids    the array that holds all the db ids
+   *
+   * @internal param array $ids the array that holds all the db ids
    *
    * @return object CRM_Financial_DAO_PaymentProcessorType
    * @access public
    * @static
-   *
    */
   static function create($params) {
     $job = new CRM_Core_DAO_Job();
@@ -101,8 +102,11 @@ class CRM_Core_BAO_Job extends CRM_Core_DAO_Job {
   /**
    * Function  to delete scheduled job
    *
-   * @param  int  $jobId     ID of the job to be deleted.
+   * @param $jobID
+   *
+   * @internal param int $jobId ID of the job to be deleted.
    *
+   * @return bool|null
    * @access public
    * @static
    */