X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FBAO%2FJob.php;h=0053f5a54845cd5ccd21c4c0a2f958b7a8ebe44a;hb=97c4fe768f8f0d26eddd3a6da23d4f2700102dc0;hp=e3d149fe8829bb8328496804fcc9d57fb3a46a1a;hpb=cc9b655cc2686260be3931d5b8ceba0df61abe8b;p=civicrm-core.git diff --git a/CRM/Core/BAO/Job.php b/CRM/Core/BAO/Job.php index e3d149fe88..0053f5a548 100644 --- a/CRM/Core/BAO/Job.php +++ b/CRM/Core/BAO/Job.php @@ -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 */