INFRA-132 - CRM/Mailing - Convert single-line @param to multi-line
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 19:41:09 +0000 (11:41 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:02:29 +0000 (15:02 -0800)
35 files changed:
CRM/Mailing/BAO/BouncePattern.php
CRM/Mailing/BAO/Component.php
CRM/Mailing/BAO/Mailing.php
CRM/Mailing/BAO/MailingAB.php
CRM/Mailing/BAO/MailingJob.php
CRM/Mailing/BAO/Recipients.php
CRM/Mailing/BAO/Spool.php
CRM/Mailing/BAO/TrackableURL.php
CRM/Mailing/Event/BAO/Bounce.php
CRM/Mailing/Event/BAO/Confirm.php
CRM/Mailing/Event/BAO/Delivered.php
CRM/Mailing/Event/BAO/Forward.php
CRM/Mailing/Event/BAO/Opened.php
CRM/Mailing/Event/BAO/Queue.php
CRM/Mailing/Event/BAO/Reply.php
CRM/Mailing/Event/BAO/Resubscribe.php
CRM/Mailing/Event/BAO/Subscribe.php
CRM/Mailing/Event/BAO/TrackableURLOpen.php
CRM/Mailing/Event/BAO/Unsubscribe.php
CRM/Mailing/Form/Component.php
CRM/Mailing/Form/Group.php
CRM/Mailing/Form/Schedule.php
CRM/Mailing/Form/Task.php
CRM/Mailing/Form/Test.php
CRM/Mailing/Form/Upload.php
CRM/Mailing/MailStore.php
CRM/Mailing/MailStore/Imap.php
CRM/Mailing/MailStore/Localdir.php
CRM/Mailing/MailStore/Maildir.php
CRM/Mailing/MailStore/Mbox.php
CRM/Mailing/MailStore/Pop3.php
CRM/Mailing/PseudoConstant.php
CRM/Mailing/Selector/Browse.php
CRM/Mailing/Selector/Event.php
CRM/Mailing/Selector/Search.php

index 7ccad8395fd1c91c4b59723fcfec8f2c464ffb5d..45fb02a1c1e45b25268908fda63ff039f7256fb2 100644 (file)
@@ -74,7 +74,8 @@ class CRM_Mailing_BAO_BouncePattern extends CRM_Mailing_DAO_BouncePattern {
   /**
    * Try to match the string to a bounce type.
    *
-   * @param string $message       The message to be matched
+   * @param string $message
+   *   The message to be matched.
    *
    * @return array                Tuple (bounce_type, bounce_reason)
    * @static
index 7aaa908e31e4ec209820754750feb55ae34287cb..0e41abf072e4e0de6672ceda6016772e5fdbca3c 100644 (file)
@@ -44,8 +44,10 @@ class CRM_Mailing_BAO_Component extends CRM_Mailing_DAO_Component {
   /**
    * Fetch object based on array of properties
    *
-   * @param array $params   (reference ) an assoc array of name/value pairs
-   * @param array $defaults (reference ) an assoc array to hold the flattened values
+   * @param array $params
+   *   (reference ) an assoc array of name/value pairs.
+   * @param array $defaults
+   *   (reference ) an assoc array to hold the flattened values.
    *
    * @return CRM_Core_BAO_LocaationType object
    * @static
@@ -63,8 +65,10 @@ class CRM_Mailing_BAO_Component extends CRM_Mailing_DAO_Component {
   /**
    * Update the is_active flag in the db
    *
-   * @param int      $id        id of the database record
-   * @param boolean  $is_active value we want to set the is_active field
+   * @param int $id
+   *   Id of the database record.
+   * @param bool $is_active
+   *   Value we want to set the is_active field.
    *
    * @return Object             DAO object on sucess, null otherwise
    * @static
@@ -76,8 +80,10 @@ class CRM_Mailing_BAO_Component extends CRM_Mailing_DAO_Component {
   /**
    * Create and Update mailing component
    *
-   * @param array $params (reference ) an assoc array of name/value pairs
-   * @param array $ids (deprecated) the array that holds all the db ids
+   * @param array $params
+   *   (reference ) an assoc array of name/value pairs.
+   * @param array $ids
+   *   (deprecated) the array that holds all the db ids.
    *
    * @return CRM_Mailing_BAO_Component object
    *
index 4b95e16cba18a06fe793af66eb29bc4391ec7b84..e453161ba147f677d42448c646d2499fc50c4d90 100644 (file)
@@ -112,7 +112,8 @@ class CRM_Mailing_BAO_Mailing extends CRM_Mailing_DAO_Mailing {
   // note that $job_id is used only as a variable in the temp table construction
   // and does not play a role in the queries generated
   /**
-   * @param int $job_id (misnomer) a nonce value used to name temporary tables
+   * @param int $job_id
+   *   (misnomer) a nonce value used to name temporary tables.
    * @param int $mailing_id
    * @param null $offset
    * @param null $limit
@@ -887,7 +888,8 @@ ORDER BY   i.contact_id, i.{$tempColumn}
    *  structures to represent the order in which tokens were found from left to right, top to bottom.
    *
    *
-   * @param str $prop     name of the property that holds the text that we want to scan for tokens (html, text)
+   * @param str $prop
+   *   Name of the property that holds the text that we want to scan for tokens (html, text).
    *
    * @return void
    */
@@ -909,7 +911,8 @@ ORDER BY   i.contact_id, i.{$tempColumn}
   /**
    * Generate an event queue for a test job
    *
-   * @param array $testParams contains form values
+   * @param array $testParams
+   *   Contains form values.
    *
    * @return void
    */
@@ -985,12 +988,17 @@ ORDER BY   civicrm_email.is_bulkmail DESC
    * is placed on the values received, so they do not need to follow the verp
    * convention.
    *
-   * @param array  $headers         Array of message headers to update, in-out
-   * @param string $prefix          Prefix for the message ID, use same prefixes as verp
+   * @param array $headers
+   *   Array of message headers to update, in-out.
+   * @param string $prefix
+   *   Prefix for the message ID, use same prefixes as verp.
    *                                wherever possible
-   * @param string $job_id          Job ID component of the generated message ID
-   * @param string $event_queue_id  Event Queue ID component of the generated message ID
-   * @param string $hash            Hash component of the generated message ID.
+   * @param string $job_id
+   *   Job ID component of the generated message ID.
+   * @param string $event_queue_id
+   *   Event Queue ID component of the generated message ID.
+   * @param string $hash
+   *   Hash component of the generated message ID.
    *
    * @return void
    */
@@ -1015,10 +1023,14 @@ ORDER BY   civicrm_email.is_bulkmail DESC
   /**
    * Static wrapper for getting verp and urls
    *
-   * @param int $job_id ID of the Job associated with this message
-   * @param int $event_queue_id ID of the EventQueue
-   * @param string $hash Hash of the EventQueue
-   * @param string $email Destination address
+   * @param int $job_id
+   *   ID of the Job associated with this message.
+   * @param int $event_queue_id
+   *   ID of the EventQueue.
+   * @param string $hash
+   *   Hash of the EventQueue.
+   * @param string $email
+   *   Destination address.
    *
    * @return array (reference) array    array ref that hold array refs to the verp info and urls
    */
@@ -1037,10 +1049,14 @@ ORDER BY   civicrm_email.is_bulkmail DESC
   /**
    * Get verp, urls and headers
    *
-   * @param int $job_id ID of the Job associated with this message
-   * @param int $event_queue_id ID of the EventQueue
-   * @param string $hash Hash of the EventQueue
-   * @param string $email Destination address
+   * @param int $job_id
+   *   ID of the Job associated with this message.
+   * @param int $event_queue_id
+   *   ID of the EventQueue.
+   * @param string $hash
+   *   Hash of the EventQueue.
+   * @param string $email
+   *   Destination address.
    *
    * @param bool $isForward
    *
@@ -1129,17 +1145,26 @@ ORDER BY   civicrm_email.is_bulkmail DESC
   /**
    * Compose a message
    *
-   * @param int $job_id ID of the Job associated with this message
-   * @param int $event_queue_id ID of the EventQueue
-   * @param string $hash Hash of the EventQueue
-   * @param string $contactId ID of the Contact
-   * @param string $email Destination address
-   * @param string $recipient To: of the recipient
-   * @param boolean $test Is this mailing a test?
+   * @param int $job_id
+   *   ID of the Job associated with this message.
+   * @param int $event_queue_id
+   *   ID of the EventQueue.
+   * @param string $hash
+   *   Hash of the EventQueue.
+   * @param string $contactId
+   *   ID of the Contact.
+   * @param string $email
+   *   Destination address.
+   * @param string $recipient
+   *   To: of the recipient.
+   * @param bool $test
+   *   Is this mailing a test?.
    * @param $contactDetails
    * @param $attachments
-   * @param boolean $isForward Is this mailing compose for forward?
-   * @param string $fromEmail email address of who is forwardinf it.
+   * @param bool $isForward
+   *   Is this mailing compose for forward?.
+   * @param string $fromEmail
+   *   Email address of who is forwardinf it.
    *
    * @param null $replyToEmail
    *
@@ -1500,8 +1525,10 @@ ORDER BY   civicrm_email.is_bulkmail DESC
   /**
    * Add the mailings
    *
-   * @param array $params reference array contains the values submitted by the form
-   * @param array $ids    reference array contains the id
+   * @param array $params
+   *   Reference array contains the values submitted by the form.
+   * @param array $ids
+   *   Reference array contains the id.
    *
    * @static
    *
@@ -1545,7 +1572,8 @@ ORDER BY   civicrm_email.is_bulkmail DESC
    * Construct a new mailing object, along with job and mailing_group
    * objects, from the form values of the create mailing wizard.
    *
-   * @params array $params        Form values
+   * @params array $params
+   *   Form values.
    *
    * @param array $params
    * @param array $ids
@@ -1693,8 +1721,10 @@ ORDER BY   civicrm_email.is_bulkmail DESC
    * Replace the list of recipients on a given mailing
    *
    * @param int $mailingId
-   * @param string $type 'include' or 'exclude'
-   * @param string $entity 'groups' or 'mailings'
+   * @param string $type
+   *   'include' or 'exclude'.
+   * @param string $entity
+   *   'groups' or 'mailings'.
    * @param array<int> $entityIds
    * @throws CiviCRM_API3_Exception
    */
@@ -1726,8 +1756,10 @@ ORDER BY   civicrm_email.is_bulkmail DESC
    * Generate a report.  Fetch event count information, mailing data, and job
    * status.
    *
-   * @param int $id The mailing id to report
-   * @param boolean $skipDetails whether return all detailed report
+   * @param int $id
+   *   The mailing id to report.
+   * @param bool $skipDetails
+   *   Whether return all detailed report.
    *
    * @param bool $isSMS
    *
@@ -2309,9 +2341,12 @@ LEFT JOIN civicrm_mailing_group g ON g.mailing_id   = m.id
   /**
    * Get the rows for a browse operation
    *
-   * @param int $offset The row number to start from
-   * @param int $rowCount The nmber of rows to return
-   * @param string $sort The sql string that describes the sort order
+   * @param int $offset
+   *   The row number to start from.
+   * @param int $rowCount
+   *   The nmber of rows to return.
+   * @param string $sort
+   *   The sql string that describes the sort order.
    *
    * @param null $additionalClause
    * @param array $additionalParams
@@ -2414,7 +2449,8 @@ LEFT JOIN civicrm_mailing_group g ON g.mailing_id   = m.id
   /**
    * Delete Mails and all its associated records
    *
-   * @param  int  $id id of the mail to delete
+   * @param int $id
+   *   Id of the mail to delete.
    *
    * @return void
    * @static
@@ -2444,7 +2480,8 @@ LEFT JOIN civicrm_mailing_group g ON g.mailing_id   = m.id
    * Delete Jobss and all its associated records
    * related to test Mailings
    *
-   * @param  int  $id id of the Job to delete
+   * @param int $id
+   *   Id of the Job to delete.
    *
    * @return void
    * @static
@@ -2669,9 +2706,11 @@ SELECT  $mailing.id as mailing_id
   /**
    * Get the content/components of mailing based on mailing Id
    *
-   * @param $report array of mailing report
+   * @param $report
+   *   Array of mailing report.
    *
-   * @param $form reference of this
+   * @param $form
+   *   Reference of this.
    *
    * @param bool $isSMS
    *
@@ -2874,7 +2913,8 @@ AND        m.id = %1
   /**
    * This function is a wrapper for ajax activity selector
    *
-   * @param  array   $params associated array for params record id.
+   * @param array $params
+   *   Associated array for params record id.
    *
    * @return array   $contactActivities associated array of contact activities
    */
@@ -2959,7 +2999,8 @@ AND        m.id = %1
   /**
    * Retrieve contact mailing
    *
-   * @param array $params associated array
+   * @param array $params
+   *   Associated array.
    *
    * @return array of mailings for a contact
    *
@@ -2978,7 +3019,8 @@ AND        m.id = %1
   /**
    * Retrieve contact mailing count
    *
-   * @param array $params associated array
+   * @param array $params
+   *   Associated array.
    *
    * @return int count of mailings for a contact
    *
index 4288a35d7e48d08f03287297b26d0d13cba03a63..a297aad6d106c2c0bd2374cda78b7ac2b0ae748b 100644 (file)
@@ -48,7 +48,8 @@ class CRM_Mailing_BAO_MailingAB extends CRM_Mailing_DAO_MailingAB {
   /**
    * Construct a new mailingab object
    *
-   * @params array $params        Form values
+   * @params array $params
+   *   Form values.
    *
    * @param $params
    * @param array $ids
@@ -72,8 +73,10 @@ class CRM_Mailing_BAO_MailingAB extends CRM_Mailing_DAO_MailingAB {
   /**
    * function to add the mailings
    *
-   * @param array $params reference array contains the values submitted by the form
-   * @param array $ids reference array contains the id
+   * @param array $params
+   *   Reference array contains the values submitted by the form.
+   * @param array $ids
+   *   Reference array contains the id.
    *
    * @static
    *
@@ -113,7 +116,8 @@ class CRM_Mailing_BAO_MailingAB extends CRM_Mailing_DAO_MailingAB {
   /**
    * Delete MailingAB and all its associated records
    *
-   * @param  int $id id of the mail to delete
+   * @param int $id
+   *   Id of the mail to delete.
    *
    * @return void
    * @static
index 474bc962cecb0975418d325f92c966a8f903f500..4f98ac1e95d7702f69d73b7047948ab40e358725 100644 (file)
@@ -479,7 +479,8 @@ VALUES (%1, %2, %3, %4, %5, %6, %7)
   /**
    * Send the mailing
    *
-   * @param object $mailer A Mail object to send the messages
+   * @param object $mailer
+   *   A Mail object to send the messages.
    *
    * @param array $testParams
    *
@@ -818,7 +819,8 @@ VALUES (%1, %2, %3, %4, %5, %6, %7)
   /**
    * Cancel a mailing
    *
-   * @param int $mailingId  the id of the mailing to be canceled
+   * @param int $mailingId
+   *   The id of the mailing to be canceled.
    * @static
    */
   public static function cancel($mailingId) {
@@ -864,7 +866,8 @@ AND    status IN ( 'Scheduled', 'Running', 'Paused' )
   /**
    * Return a translated status enum string
    *
-   * @param string $status        The status enum
+   * @param string $status
+   *   The status enum.
    *
    * @return string               The translated version
    * @static
index a15006ade1d713b9e97afb1f53df850d84c278a4..9978c2016612e99ef7b738f3c2ce5c269c19c3be 100644 (file)
@@ -127,7 +127,8 @@ SET mr.mailing_id = $newMailingID
    * Redistribute recipients from $sourceMailingId to a series of other mailings.
    *
    * @param int $sourceMailingId
-   * @param array $to (int $targetMailingId => int $count)
+   * @param array $to
+   *   (int $targetMailingId => int $count).
    */
   public static function reassign($sourceMailingId, $to) {
     foreach ($to as $targetMailingId => $count) {
index 4dae454a2da76c55954bd3d5b81b364ca3a86ca2..18907022d05cfda80c0a26d12d3a9ef56378c4ed 100644 (file)
@@ -45,9 +45,11 @@ class CRM_Mailing_BAO_Spool extends CRM_Mailing_DAO_Spool {
    * Store Mails into Spool table.
    *
    * @param $recipient
-   * @param array $headers The string of headers to send with the mail.
+   * @param array $headers
+   *   The string of headers to send with the mail.
    *
-   * @param string $body The full text of the message body, including any
+   * @param string $body
+   *   The full text of the message body, including any.
    *               Mime parts, etc.
    *
    * @param int $job_id
index 0bff8412621fa96f1a7d1ff6758874782bcebea7..0d6458d1defe05514012f4baeb91abc648ba1b1e 100644 (file)
@@ -45,9 +45,12 @@ class CRM_Mailing_BAO_TrackableURL extends CRM_Mailing_DAO_TrackableURL {
    * Given a url, mailing id and queue event id, find or construct a
    * trackable url and redirect url.
    *
-   * @param string $url       The target url to track
-   * @param int $mailing_id   The id of the mailing
-   * @param int $queue_id     The queue event id (contact clicking through)
+   * @param string $url
+   *   The target url to track.
+   * @param int $mailing_id
+   *   The id of the mailing.
+   * @param int $queue_id
+   *   The queue event id (contact clicking through).
    *
    * @return string $redirect The redirect/tracking url
    * @static
index 9121015f3a1babb53c808a0ccbb87ea6abec4c23..1cc3dc27d10ec0ca65ca1a6933c90fb1a3a1beda 100755 (executable)
@@ -121,9 +121,12 @@ class CRM_Mailing_Event_BAO_Bounce extends CRM_Mailing_Event_DAO_Bounce {
   /**
    * Get row count for the event selector
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           Optional ID of a job to filter on
-   * @param boolean $is_distinct  Group by queue ID?
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of a job to filter on.
+   * @param bool $is_distinct
+   *   Group by queue ID?.
    *
    * @return int                  Number of rows in result set
    * @static
@@ -172,12 +175,18 @@ class CRM_Mailing_Event_BAO_Bounce extends CRM_Mailing_Event_DAO_Bounce {
   /**
    * Get rows for the event browser
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           optional ID of the job
-   * @param boolean $is_distinct  Group by queue id?
-   * @param int $offset           Offset
-   * @param int $rowCount         Number of rows
-   * @param array $sort           sort array
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of the job.
+   * @param bool $is_distinct
+   *   Group by queue id?.
+   * @param int $offset
+   *   Offset.
+   * @param int $rowCount
+   *   Number of rows.
+   * @param array $sort
+   *   Sort array.
    *
    * @return array                Result set
    * @static
index 1fb11749979bc7c265de244126875203a7e462f5..608bb6c7f372dec276a2ef22b056c3bf04fdac4a 100644 (file)
@@ -50,9 +50,12 @@ class CRM_Mailing_Event_BAO_Confirm extends CRM_Mailing_Event_DAO_Confirm {
   /**
    * Confirm a pending subscription
    *
-   * @param int $contact_id       The id of the contact
-   * @param int $subscribe_id     The id of the subscription event
-   * @param string $hash          The hash
+   * @param int $contact_id
+   *   The id of the contact.
+   * @param int $subscribe_id
+   *   The id of the subscription event.
+   * @param string $hash
+   *   The hash.
    *
    * @return boolean              True on success
    * @static
index 662cf57bc14350c9caef9f215004f4116868d665..99a4ae88d944ee4a549d3c3ab5448fe15cceeaaf 100755 (executable)
@@ -44,7 +44,8 @@ class CRM_Mailing_Event_BAO_Delivered extends CRM_Mailing_Event_DAO_Delivered {
   /**
    * Create a new delivery event
    *
-   * @param array $params     Associative array of delivery event values
+   * @param array $params
+   *   Associative array of delivery event values.
    *
    * @return void
    * @static
@@ -83,9 +84,12 @@ class CRM_Mailing_Event_BAO_Delivered extends CRM_Mailing_Event_DAO_Delivered {
   /**
    * Get row count for the event selector
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           Optional ID of a job to filter on
-   * @param boolean $is_distinct  Group by queue ID?
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of a job to filter on.
+   * @param bool $is_distinct
+   *   Group by queue ID?.
    *
    * @return int                  Number of rows in result set
    * @static
@@ -139,12 +143,18 @@ class CRM_Mailing_Event_BAO_Delivered extends CRM_Mailing_Event_DAO_Delivered {
   /**
    * Get rows for the event browser
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           optional ID of the job
-   * @param boolean $is_distinct  Group by queue id?
-   * @param int $offset           Offset
-   * @param int $rowCount         Number of rows
-   * @param array $sort           sort array
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of the job.
+   * @param bool $is_distinct
+   *   Group by queue id?.
+   * @param int $offset
+   *   Offset.
+   * @param int $rowCount
+   *   Number of rows.
+   * @param array $sort
+   *   Sort array.
    *
    * @return array                Result set
    * @static
@@ -264,8 +274,10 @@ class CRM_Mailing_Event_BAO_Delivered extends CRM_Mailing_Event_DAO_Delivered {
    * This function rectifies that by considering all non-test mailing jobs which have completed between $minDays and $maxDays
    * and setting the resetDate to the date that an email was delivered
    *
-   * @param integer $minDays consider mailings that were completed at least $minDays ago
-   * @param integer $maxDays consider mailings that were completed not more than $maxDays ago
+   * @param int $minDays
+   *   Consider mailings that were completed at least $minDays ago.
+   * @param int $maxDays
+   *   Consider mailings that were completed not more than $maxDays ago.
    *
    * @return void
    * @static
index 887bc0cc9c6a594c555005fdacb691bfd6164a2e..81ffbdcb95a67089b71b174419beb1e8e0f06ac4 100644 (file)
@@ -216,9 +216,12 @@ class CRM_Mailing_Event_BAO_Forward extends CRM_Mailing_Event_DAO_Forward {
   /**
    * Get row count for the event selector
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           Optional ID of a job to filter on
-   * @param boolean $is_distinct  Group by queue ID?
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of a job to filter on.
+   * @param bool $is_distinct
+   *   Group by queue ID?.
    *
    * @return int                  Number of rows in result set
    * @static
@@ -266,12 +269,18 @@ class CRM_Mailing_Event_BAO_Forward extends CRM_Mailing_Event_DAO_Forward {
   /**
    * Get rows for the event browser
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           optional ID of the job
-   * @param boolean $is_distinct  Group by queue id?
-   * @param int $offset           Offset
-   * @param int $rowCount         Number of rows
-   * @param array $sort           sort array
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of the job.
+   * @param bool $is_distinct
+   *   Group by queue id?.
+   * @param int $offset
+   *   Offset.
+   * @param int $rowCount
+   *   Number of rows.
+   * @param array $sort
+   *   Sort array.
    *
    * @return array                Result set
    * @static
index 12a00a85928e29847fb12544c044ec66fdd23427..6a8338253cdf529da9281bd450901a294a24e30d 100755 (executable)
@@ -44,7 +44,8 @@ class CRM_Mailing_Event_BAO_Opened extends CRM_Mailing_Event_DAO_Opened {
   /**
    * Register an open event
    *
-   * @param int $queue_id     The Queue Event ID of the recipient
+   * @param int $queue_id
+   *   The Queue Event ID of the recipient.
    *
    * @return void
    * @static
@@ -70,9 +71,12 @@ class CRM_Mailing_Event_BAO_Opened extends CRM_Mailing_Event_DAO_Opened {
   /**
    * Get row count for the event selector
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           Optional ID of a job to filter on
-   * @param boolean $is_distinct  Group by queue ID?
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of a job to filter on.
+   * @param bool $is_distinct
+   *   Group by queue ID?.
    *
    * @return int                  Number of rows in result set
    * @static
@@ -164,8 +168,10 @@ class CRM_Mailing_Event_BAO_Opened extends CRM_Mailing_Event_DAO_Opened {
   /**
    * Get opened count for each mailing for a given set of mailing IDs and a specific contact
    *
-   * @param int $mailingIDs   IDs of the mailing (comma separated)
-   * @param int $contactID    ID of the contact
+   * @param int $mailingIDs
+   *   IDs of the mailing (comma separated).
+   * @param int $contactID
+   *   ID of the contact.
    *
    * @return array            Count per mailing ID
    * @static
@@ -204,12 +210,18 @@ class CRM_Mailing_Event_BAO_Opened extends CRM_Mailing_Event_DAO_Opened {
   /**
    * Get rows for the event browser
    *
-   * @param int $mailing_id ID of the mailing
-   * @param int $job_id optional ID of the job
-   * @param boolean $is_distinct Group by queue id?
-   * @param int $offset Offset
-   * @param int $rowCount Number of rows
-   * @param array $sort sort array
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of the job.
+   * @param bool $is_distinct
+   *   Group by queue id?.
+   * @param int $offset
+   *   Offset.
+   * @param int $rowCount
+   *   Number of rows.
+   * @param array $sort
+   *   Sort array.
    *
    * @param int $contact_id
    *
index 2e500ac838c33e49b94999255af24988fe4b3669..0cf3d467d43145c67ce165e417086921f4c3e90a 100644 (file)
@@ -44,7 +44,8 @@ class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
   /**
    * Queue a new recipient
    *
-   * @param array $params values of the new EventQueue
+   * @param array $params
+   *   Values of the new EventQueue.
    *
    * @return CRM_Mailing_Event_BAO_Queue   The new EventQueue
    * @static
@@ -62,7 +63,7 @@ class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
   /**
    * Create a security hash from the job, email and contact ids
    *
-   * @param array     The ids to be hashed
+   * @param array The ids to be hashed
    *
    * @return int      The hash
    * @static
@@ -80,9 +81,12 @@ class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
   /**
    * Verify that a queue event exists with the specified id/job id/hash
    *
-   * @param int $job_id       The job ID of the event to find
-   * @param int $queue_id     The Queue Event ID to find
-   * @param string $hash      The hash to validate against
+   * @param int $job_id
+   *   The job ID of the event to find.
+   * @param int $queue_id
+   *   The Queue Event ID to find.
+   * @param string $hash
+   *   The hash to validate against.
    *
    * @return object|null      The queue event if verified, or null
    * @static
@@ -104,7 +108,8 @@ class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
   /**
    * Given a queue event ID, find the corresponding email address.
    *
-   * @param int $queue_id         The queue event ID
+   * @param int $queue_id
+   *   The queue event ID.
    *
    * @return string               The email address
    * @static
@@ -130,8 +135,10 @@ class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
   /**
    * Count up events given a mailing id and optional job id
    *
-   * @param int $mailing_id       ID of the mailing to count
-   * @param int $job_id           Optional ID of a job to limit results
+   * @param int $mailing_id
+   *   ID of the mailing to count.
+   * @param int $job_id
+   *   Optional ID of a job to limit results.
    *
    * @return int                  Number of matching events
    * @static
@@ -163,11 +170,16 @@ class CRM_Mailing_Event_BAO_Queue extends CRM_Mailing_Event_DAO_Queue {
   /**
    * Get rows for the event browser
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           optional ID of the job
-   * @param int $offset           Offset
-   * @param int $rowCount         Number of rows
-   * @param array $sort           sort array
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of the job.
+   * @param int $offset
+   *   Offset.
+   * @param int $rowCount
+   *   Number of rows.
+   * @param array $sort
+   *   Sort array.
    *
    * @return array                Result set
    * @static
index 00ffcf2950edf4f1ffe14b0b38bde91c65549748..646f6762f4a27c906be4fb0e889079b4d097180f 100644 (file)
@@ -53,9 +53,12 @@ class CRM_Mailing_Event_BAO_Reply extends CRM_Mailing_Event_DAO_Reply {
   /**
    * Register a reply event.
    *
-   * @param int $job_id The job ID of the reply
-   * @param int $queue_id The queue event id
-   * @param string $hash The hash
+   * @param int $job_id
+   *   The job ID of the reply.
+   * @param int $queue_id
+   *   The queue event id.
+   * @param string $hash
+   *   The hash.
    *
    * @param null $replyto
    *
@@ -102,12 +105,18 @@ class CRM_Mailing_Event_BAO_Reply extends CRM_Mailing_Event_DAO_Reply {
   /**
    * Forward a mailing reply
    *
-   * @param int $queue_id     Queue event ID of the sender
-   * @param string $mailing   The mailing object
-   * @param string $bodyTxt   text part of the body (ignored if $fullEmail provided)
-   * @param string $replyto   Reply-to of the incoming message
-   * @param string $bodyHTML  HTML part of the body (ignored if $fullEmail provided)
-   * @param string $fullEmail whole email to forward in one string
+   * @param int $queue_id
+   *   Queue event ID of the sender.
+   * @param string $mailing
+   *   The mailing object.
+   * @param string $bodyTxt
+   *   Text part of the body (ignored if $fullEmail provided).
+   * @param string $replyto
+   *   Reply-to of the incoming message.
+   * @param string $bodyHTML
+   *   HTML part of the body (ignored if $fullEmail provided).
+   * @param string $fullEmail
+   *   Whole email to forward in one string.
    *
    * @return void
    * @static
@@ -205,9 +214,12 @@ class CRM_Mailing_Event_BAO_Reply extends CRM_Mailing_Event_DAO_Reply {
   /**
    * Send an automated response
    *
-   * @param object $mailing       The mailing object
-   * @param int $queue_id         The queue ID
-   * @param string $replyto       Optional reply-to from the reply
+   * @param object $mailing
+   *   The mailing object.
+   * @param int $queue_id
+   *   The queue ID.
+   * @param string $replyto
+   *   Optional reply-to from the reply.
    *
    * @return void
    * @static
@@ -294,9 +306,12 @@ class CRM_Mailing_Event_BAO_Reply extends CRM_Mailing_Event_DAO_Reply {
   /**
    * Get row count for the event selector
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           Optional ID of a job to filter on
-   * @param boolean $is_distinct  Group by queue ID?
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of a job to filter on.
+   * @param bool $is_distinct
+   *   Group by queue ID?.
    *
    * @return int                  Number of rows in result set
    * @static
@@ -344,12 +359,18 @@ class CRM_Mailing_Event_BAO_Reply extends CRM_Mailing_Event_DAO_Reply {
   /**
    * Get rows for the event browser
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           optional ID of the job
-   * @param boolean $is_distinct  Group by queue id?
-   * @param int $offset           Offset
-   * @param int $rowCount         Number of rows
-   * @param array $sort           sort array
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of the job.
+   * @param bool $is_distinct
+   *   Group by queue id?.
+   * @param int $offset
+   *   Offset.
+   * @param int $rowCount
+   *   Number of rows.
+   * @param array $sort
+   *   Sort array.
    *
    * @return array                Result set
    * @static
index 048b3d810d26b00ef04b8c93556f3a12722ce3b1..06d6ca1f038b02fee5482f924fb65043292f6305 100644 (file)
@@ -43,9 +43,12 @@ class CRM_Mailing_Event_BAO_Resubscribe {
   /**
    * Resubscribe a contact to the groups, he/she was unsubscribed from.
    *
-   * @param int $job_id       The job ID
-   * @param int $queue_id     The Queue Event ID of the recipient
-   * @param string $hash      The hash
+   * @param int $job_id
+   *   The job ID.
+   * @param int $queue_id
+   *   The Queue Event ID of the recipient.
+   * @param string $hash
+   *   The hash.
    *
    * @return array|null $groups    Array of all groups to which the contact was added, or null if the queue event could not be found.
    * @static
@@ -187,10 +190,14 @@ class CRM_Mailing_Event_BAO_Resubscribe {
    * Send a reponse email informing the contact of the groups to which he/she
    * has been resubscribed.
    *
-   * @param string $queue_id      The queue event ID
-   * @param array $groups         List of group IDs
-   * @param bool $is_domain       Is this domain-level?
-   * @param int $job              The job ID
+   * @param string $queue_id
+   *   The queue event ID.
+   * @param array $groups
+   *   List of group IDs.
+   * @param bool $is_domain
+   *   Is this domain-level?.
+   * @param int $job
+   *   The job ID.
    *
    * @return void
    * @static
index d90ecd55ad431ff7e01220063a427141c63785a1..3454fad672391cdba9425136e08c44b2e6e5d0e3 100644 (file)
@@ -52,9 +52,12 @@ class CRM_Mailing_Event_BAO_Subscribe extends CRM_Mailing_Event_DAO_Subscribe {
    * Register a subscription event.  Create a new contact if one does not
    * already exist.
    *
-   * @param int $group_id The group id to subscribe to
-   * @param string $email The email address of the (new) contact
-   * @param int $contactId Currently used during event registration/contribution.
+   * @param int $group_id
+   *   The group id to subscribe to.
+   * @param string $email
+   *   The email address of the (new) contact.
+   * @param int $contactId
+   *   Currently used during event registration/contribution.
    *   Specifically to avoid linking group to wrong duplicate contact
    *   during event registration.
    * @param string $context
@@ -175,9 +178,12 @@ SELECT     civicrm_email.id as email_id
   /**
    * Verify the hash of a subscription event
    *
-   * @param int $contact_id       ID of the contact
-   * @param int $subscribe_id     ID of the subscription event
-   * @param string $hash          Hash to verify
+   * @param int $contact_id
+   *   ID of the contact.
+   * @param int $subscribe_id
+   *   ID of the subscription event.
+   * @param string $hash
+   *   Hash to verify.
    *
    * @return object|null          The subscribe event object, or null on failure
    * @static
@@ -197,7 +203,8 @@ SELECT     civicrm_email.id as email_id
   /**
    * Ask a contact for subscription confirmation (opt-in)
    *
-   * @param string $email         The email address
+   * @param string $email
+   *   The email address.
    *
    * @return void
    */
@@ -296,7 +303,8 @@ SELECT     civicrm_email.id as email_id
   /**
    * Get the domain object given a subscribe event
    *
-   * @param int $subscribe_id     ID of the subscribe event
+   * @param int $subscribe_id
+   *   ID of the subscribe event.
    *
    * @return object $domain       The domain owning the event
    * @static
@@ -308,8 +316,10 @@ SELECT     civicrm_email.id as email_id
   /**
    * Get the group details to which given email belongs
    *
-   * @param string $email     email of the contact
-   * @param int    $contactID contactID if we want an exact match
+   * @param string $email
+   *   Email of the contact.
+   * @param int $contactID
+   *   ContactID if we want an exact match.
    *
    * @return array $groups    array of group ids
    */
@@ -356,9 +366,12 @@ SELECT     civicrm_email.id as email_id
   /**
    * Send subscribe mail
    *
-   * @param  array  $groups the list of group ids for subscribe
-   * @param  array  $params the list of email
-   * @param  int    $contactId  Currently used during event registration/contribution.
+   * @param array $groups
+   *   The list of group ids for subscribe.
+   * @param array $params
+   *   The list of email.
+   * @param int $contactId
+   *   Currently used during event registration/contribution.
    *  Specifically to avoid linking group to wrong duplicate contact
    *  during event registration.
    * @param string $context
index d09de002523cb799f02515cbcf1e6205133ad4e1..9b6ee328690858e6c879d111851cf6374f6a8093 100755 (executable)
@@ -45,8 +45,10 @@ class CRM_Mailing_Event_BAO_TrackableURLOpen extends CRM_Mailing_Event_DAO_Track
    * Track a click-through and return the URL to redirect.  If the numbers
    * don't match up, return the base url.
    *
-   * @param int $queue_id     The Queue Event ID of the clicker
-   * @param int $url_id       The ID of the trackable URL
+   * @param int $queue_id
+   *   The Queue Event ID of the clicker.
+   * @param int $url_id
+   *   The ID of the trackable URL.
    *
    * @return string $url      The redirection url, or base url on failure.
    * @static
@@ -97,10 +99,14 @@ class CRM_Mailing_Event_BAO_TrackableURLOpen extends CRM_Mailing_Event_DAO_Track
   /**
    * Get row count for the event selector
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           Optional ID of a job to filter on
-   * @param boolean $is_distinct  Group by queue ID?
-   * @param int $url_id           Optional ID of a url to filter on
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of a job to filter on.
+   * @param bool $is_distinct
+   *   Group by queue ID?.
+   * @param int $url_id
+   *   Optional ID of a url to filter on.
    *
    * @return int                  Number of rows in result set
    * @static
@@ -194,8 +200,10 @@ class CRM_Mailing_Event_BAO_TrackableURLOpen extends CRM_Mailing_Event_DAO_Track
   /**
    * Get tracked url count for each mailing for a given set of mailing IDs
    *
-   * @param int $mailingIDs    IDs of the mailing (comma separated)
-   * @param int $contactID     ID of the contact
+   * @param int $mailingIDs
+   *   IDs of the mailing (comma separated).
+   * @param int $contactID
+   *   ID of the contact.
    *
    * @return array             Count per mailing ID
    * @static
@@ -234,14 +242,22 @@ class CRM_Mailing_Event_BAO_TrackableURLOpen extends CRM_Mailing_Event_DAO_Track
   /**
    * Get rows for the event browser
    *
-   * @param int $mailing_id       ID of the mailing
-   * @param int $job_id           optional ID of the job
-   * @param boolean $is_distinct  Group by queue id?
-   * @param int $url_id           optional ID of a trackable URL to filter on
-   * @param int $offset           Offset
-   * @param int $rowCount         Number of rows
-   * @param array $sort           sort array
-   * @param int $contact_id       optional contact ID
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of the job.
+   * @param bool $is_distinct
+   *   Group by queue id?.
+   * @param int $url_id
+   *   Optional ID of a trackable URL to filter on.
+   * @param int $offset
+   *   Offset.
+   * @param int $rowCount
+   *   Number of rows.
+   * @param array $sort
+   *   Sort array.
+   * @param int $contact_id
+   *   Optional contact ID.
    *
    * @return array                Result set
    * @static
index 78a46dbb6644b2b652880eeddbac0012246cf7cc..8da76798ce88e06693efed84edf2192f0230374a 100755 (executable)
@@ -50,9 +50,12 @@ class CRM_Mailing_Event_BAO_Unsubscribe extends CRM_Mailing_Event_DAO_Unsubscrib
   /**
    * Unsubscribe a contact from the domain
    *
-   * @param int $job_id       The job ID
-   * @param int $queue_id     The Queue Event ID of the recipient
-   * @param string $hash      The hash
+   * @param int $job_id
+   *   The job ID.
+   * @param int $queue_id
+   *   The Queue Event ID of the recipient.
+   * @param string $hash
+   *   The hash.
    *
    * @return boolean          Was the contact successfully unsubscribed?
    * @static
@@ -112,10 +115,14 @@ WHERE  email = %2
   /**
    * Unsubscribe a contact from all groups that received this mailing
    *
-   * @param int $job_id       The job ID
-   * @param int $queue_id     The Queue Event ID of the recipient
-   * @param string $hash      The hash
-   * @param boolean $return   If true return the list of groups.
+   * @param int $job_id
+   *   The job ID.
+   * @param int $queue_id
+   *   The Queue Event ID of the recipient.
+   * @param string $hash
+   *   The hash.
+   * @param bool $return
+   *   If true return the list of groups.
    *
    * @return array|null $groups    Array of all groups from which the contact was removed, or null if the queue event could not be found.
    * @static
@@ -284,10 +291,14 @@ WHERE  email = %2
    * Send a reponse email informing the contact of the groups from which he
    * has been unsubscribed.
    *
-   * @param string $queue_id      The queue event ID
-   * @param array $groups         List of group IDs
-   * @param bool $is_domain       Is this domain-level?
-   * @param int $job              The job ID
+   * @param string $queue_id
+   *   The queue event ID.
+   * @param array $groups
+   *   List of group IDs.
+   * @param bool $is_domain
+   *   Is this domain-level?.
+   * @param int $job
+   *   The job ID.
    *
    * @return void
    * @static
@@ -404,9 +415,12 @@ WHERE  email = %2
   /**
    * Get row count for the event selector
    *
-   * @param int $mailing_id ID of the mailing
-   * @param int $job_id Optional ID of a job to filter on
-   * @param boolean $is_distinct Group by queue ID?
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of a job to filter on.
+   * @param bool $is_distinct
+   *   Group by queue ID?.
    *
    * @param null $org_unsubscribe
    *
@@ -467,12 +481,18 @@ WHERE  email = %2
   /**
    * Get rows for the event browser
    *
-   * @param int $mailing_id ID of the mailing
-   * @param int $job_id optional ID of the job
-   * @param boolean $is_distinct Group by queue id?
-   * @param int $offset Offset
-   * @param int $rowCount Number of rows
-   * @param array $sort sort array
+   * @param int $mailing_id
+   *   ID of the mailing.
+   * @param int $job_id
+   *   Optional ID of the job.
+   * @param bool $is_distinct
+   *   Group by queue id?.
+   * @param int $offset
+   *   Offset.
+   * @param int $rowCount
+   *   Number of rows.
+   * @param array $sort
+   *   Sort array.
    *
    * @param null $org_unsubscribe
    * @return array                Result set
index 805cb6ea9ca4a76de9bb1bc443436d5f6eeca383..bf1aa5a5e7eff2806acf9b784890bffc597102b0 100644 (file)
@@ -149,7 +149,8 @@ class CRM_Mailing_Form_Component extends CRM_Core_Form {
   /**
    * Validation
    *
-   * @param array $params (ref.) an assoc array of name/value pairs
+   * @param array $params
+   *   (ref.) an assoc array of name/value pairs.
    *
    * @param $files
    * @param $options
index 17cbe95ff896ae74c80c42db90af000e5825c7e6..8c15509dd9aae722af5c44c1e9904bb2a18fe704 100644 (file)
@@ -539,7 +539,8 @@ class CRM_Mailing_Form_Group extends CRM_Contact_Form_Task {
   /**
    * Global validation rules for the form
    *
-   * @param array $fields posted values of the form
+   * @param array $fields
+   *   Posted values of the form.
    *
    * @return array list of errors to be posted back to the form
    * @static
index f595d652e4c03689f4550d2a2cb56abc55da4b73..1abc69f586541b3d74d744a765e5982a29584d1d 100644 (file)
@@ -186,7 +186,8 @@ class CRM_Mailing_Form_Schedule extends CRM_Core_Form {
    * Warning: if you make changes here, be sure to also make them in
    * Retry.php
    *
-   * @param array $params The form values
+   * @param array $params
+   *   The form values.
    *
    * @param $files
    * @param $self
index 0cbcb898985d20a7bc7a5554a6007e708c7c80c5..8dd0360d3c956397d453add9845a9b91b616438a 100644 (file)
@@ -136,7 +136,8 @@ class CRM_Mailing_Form_Task extends CRM_Core_Form {
    * Simple shell that derived classes can call to add buttons to
    * the form with a customized title for the main Submit
    *
-   * @param string $title title of the main button
+   * @param string $title
+   *   Title of the main button.
    * @param string $nextType
    * @param string $backType
    * @param bool $submitOnce
index eb9331c59dab19ce94e03fd80e6487c0e1d91a87..4370f960e4e0f33fa7c9043a1e188cb1cf034ca8 100644 (file)
@@ -171,8 +171,10 @@ class CRM_Mailing_Form_Test extends CRM_Core_Form {
    * Form rule to send out a test mailing.
    *
    * @param aray $testParams
-   * @param array $files Any files posted to the form
-   * @param array $self an current this object
+   * @param array $files
+   *   Any files posted to the form.
+   * @param array $self
+   *   An current this object.
    *
    * @return boolean          true on successful SMTP handoff
    */
index afa6145f8455f368518f8dc960f2f08e111b3512..44257e2ab88cb128bf0a6025ca31a1bf15b1e577 100644 (file)
@@ -501,7 +501,8 @@ class CRM_Mailing_Form_Upload extends CRM_Core_Form {
   /**
    * Validation
    *
-   * @param array $params (ref.) an assoc array of name/value pairs
+   * @param array $params
+   *   (ref.) an assoc array of name/value pairs.
    *
    * @param $files
    * @param $self
index f093dc3cd7025c0c66af974d1312e944aff54b67..559bc2ff8c59a85d36fd687f7a853bb50366ad4a 100644 (file)
@@ -39,7 +39,8 @@ class CRM_Mailing_MailStore {
   /**
    * Return the proper mail store implementation, based on config settings
    *
-   * @param  string $name name of the settings set from civimail_mail_settings to use (null for default)
+   * @param string $name
+   *   Name of the settings set from civimail_mail_settings to use (null for default).
    *
    * @throws Exception
    * @return object        mail store implementation for processing CiviMail-bound emails
@@ -98,7 +99,8 @@ class CRM_Mailing_MailStore {
   /**
    * Return the next X messages from the mail store
    *
-   * @param int $count  number of messages to fetch (0 to fetch all)
+   * @param int $count
+   *   Number of messages to fetch (0 to fetch all).
    *
    * @return array      array of ezcMail objects
    */
@@ -139,7 +141,8 @@ class CRM_Mailing_MailStore {
   /**
    * Point to (and create if needed) a local Maildir for storing retrieved mail
    *
-   * @param string $name name of the Maildir
+   * @param string $name
+   *   Name of the Maildir.
    *
    * @throws Exception
    * @return string       path to the Maildir's cur directory
index bfb3d047b4702354e8aa2c02e8fc779253886e08..6c238a65b15f494ff6851cbb6c47db33ea070ba0 100644 (file)
@@ -44,11 +44,16 @@ class CRM_Mailing_MailStore_Imap extends CRM_Mailing_MailStore {
   /**
    * Connect to the supplied IMAP server and make sure the two mailboxes exist
    *
-   * @param string $host host to connect to
-   * @param string $username authentication username
-   * @param string $password authentication password
-   * @param bool $ssl whether to use IMAP or IMAPS
-   * @param string $folder name of the inbox folder
+   * @param string $host
+   *   Host to connect to.
+   * @param string $username
+   *   Authentication username.
+   * @param string $password
+   *   Authentication password.
+   * @param bool $ssl
+   *   Whether to use IMAP or IMAPS.
+   * @param string $folder
+   *   Name of the inbox folder.
    *
    * @return \CRM_Mailing_MailStore_Imap
    */
@@ -96,7 +101,8 @@ class CRM_Mailing_MailStore_Imap extends CRM_Mailing_MailStore {
   /**
    * Move the specified message to the ignored folder
    *
-   * @param integer $nr  number of the message to move
+   * @param int $nr
+   *   Number of the message to move.
    *
    * @return void
    */
@@ -112,7 +118,8 @@ class CRM_Mailing_MailStore_Imap extends CRM_Mailing_MailStore {
   /**
    * Move the specified message to the processed folder
    *
-   * @param integer $nr  number of the message to move
+   * @param int $nr
+   *   Number of the message to move.
    *
    * @return void
    */
index 0fc7d476e4ad28f6e7abd83198c5447af4a9838d..ef82e672f6041e788f6fdf6a2652aad1b574f670 100644 (file)
@@ -44,7 +44,8 @@ class CRM_Mailing_MailStore_Localdir extends CRM_Mailing_MailStore {
   /**
    * Connect to the supplied dir and make sure the two mail dirs exist
    *
-   * @param string $dir dir to operate upon
+   * @param string $dir
+   *   Dir to operate upon.
    *
    * @return \CRM_Mailing_MailStore_Localdir
    */
@@ -59,7 +60,8 @@ class CRM_Mailing_MailStore_Localdir extends CRM_Mailing_MailStore {
    * Return the next X messages from the mail store
    * FIXME: in CiviCRM 2.2 this always returns all the emails
    *
-   * @param int $count  number of messages to fetch FIXME: ignored in CiviCRM 2.2 (assumed to be 0, i.e., fetch all)
+   * @param int $count
+   *   Number of messages to fetch FIXME: ignored in CiviCRM 2.2 (assumed to be 0, i.e., fetch all).
    *
    * @return array      array of ezcMail objects
    */
@@ -113,7 +115,8 @@ class CRM_Mailing_MailStore_Localdir extends CRM_Mailing_MailStore {
   /**
    * Fetch the specified message to the local ignore folder
    *
-   * @param integer $file file location of the message to fetch
+   * @param int $file
+   *   File location of the message to fetch.
    *
    * @throws Exception
    * @return void
@@ -131,7 +134,8 @@ class CRM_Mailing_MailStore_Localdir extends CRM_Mailing_MailStore {
   /**
    * Fetch the specified message to the local processed folder
    *
-   * @param integer $file file location of the message to fetch
+   * @param int $file
+   *   File location of the message to fetch.
    *
    * @throws Exception
    * @return void
index 17aab891d71172a4b13cda82ae129c06874c89ba..9a58bf018413d218cf27fbfd937f09ada740dc81 100644 (file)
@@ -44,7 +44,8 @@ class CRM_Mailing_MailStore_Maildir extends CRM_Mailing_MailStore {
   /**
    * Connect to the supplied dir and make sure the two mail dirs exist
    *
-   * @param string $dir dir to operate upon
+   * @param string $dir
+   *   Dir to operate upon.
    *
    * @return \CRM_Mailing_MailStore_Maildir
    */
@@ -59,7 +60,8 @@ class CRM_Mailing_MailStore_Maildir extends CRM_Mailing_MailStore {
    * Return the next X messages from the mail store
    * FIXME: in CiviCRM 2.2 this always returns all the emails
    *
-   * @param int $count  number of messages to fetch FIXME: ignored in CiviCRM 2.2 (assumed to be 0, i.e., fetch all)
+   * @param int $count
+   *   Number of messages to fetch FIXME: ignored in CiviCRM 2.2 (assumed to be 0, i.e., fetch all).
    *
    * @return array      array of ezcMail objects
    */
@@ -95,7 +97,8 @@ class CRM_Mailing_MailStore_Maildir extends CRM_Mailing_MailStore {
   /**
    * Fetch the specified message to the local ignore folder
    *
-   * @param integer $file file location of the message to fetch
+   * @param int $file
+   *   File location of the message to fetch.
    *
    * @throws Exception
    * @return void
@@ -113,7 +116,8 @@ class CRM_Mailing_MailStore_Maildir extends CRM_Mailing_MailStore {
   /**
    * Fetch the specified message to the local processed folder
    *
-   * @param integer $file file location of the message to fetch
+   * @param int $file
+   *   File location of the message to fetch.
    *
    * @throws Exception
    * @return void
index 1eab0d8f294d22469f1c287f49583c321594efba..a0e6191beabae09575c6335e2b96a6e1da4c4101 100644 (file)
@@ -44,7 +44,8 @@ class CRM_Mailing_MailStore_Mbox extends CRM_Mailing_MailStore {
   /**
    * Connect to and lock the supplied file and make sure the two mail dirs exist
    *
-   * @param string $file mbox to operate upon
+   * @param string $file
+   *   Mbox to operate upon.
    *
    * @return \CRM_Mailing_MailStore_Mbox
    */
@@ -77,7 +78,8 @@ class CRM_Mailing_MailStore_Mbox extends CRM_Mailing_MailStore {
   /**
    * Fetch the specified message to the local ignore folder
    *
-   * @param integer $nr  number of the message to fetch
+   * @param int $nr
+   *   Number of the message to fetch.
    *
    * @return void
    */
@@ -94,7 +96,8 @@ class CRM_Mailing_MailStore_Mbox extends CRM_Mailing_MailStore {
   /**
    * Fetch the specified message to the local processed folder
    *
-   * @param integer $nr  number of the message to fetch
+   * @param int $nr
+   *   Number of the message to fetch.
    *
    * @return void
    */
index 7004f66d11d7f932240f48dd47d8509f2e6de6ff..bfe1f25fe0f6f2681c5727c81fc5e65429586349 100644 (file)
@@ -44,10 +44,14 @@ class CRM_Mailing_MailStore_Pop3 extends CRM_Mailing_MailStore {
   /**
    * Connect to the supplied POP3 server and make sure the two mail dirs exist
    *
-   * @param string $host host to connect to
-   * @param string $username authentication username
-   * @param string $password authentication password
-   * @param bool $ssl whether to use POP3 or POP3S
+   * @param string $host
+   *   Host to connect to.
+   * @param string $username
+   *   Authentication username.
+   * @param string $password
+   *   Authentication password.
+   * @param bool $ssl
+   *   Whether to use POP3 or POP3S.
    *
    * @return \CRM_Mailing_MailStore_Pop3
    */
@@ -67,7 +71,8 @@ class CRM_Mailing_MailStore_Pop3 extends CRM_Mailing_MailStore {
   /**
    * Fetch the specified message to the local ignore folder
    *
-   * @param integer $nr  number of the message to fetch
+   * @param int $nr
+   *   Number of the message to fetch.
    *
    * @return void
    */
@@ -84,7 +89,8 @@ class CRM_Mailing_MailStore_Pop3 extends CRM_Mailing_MailStore {
   /**
    * Fetch the specified message to the local processed folder
    *
-   * @param integer $nr  number of the message to fetch
+   * @param int $nr
+   *   Number of the message to fetch.
    *
    * @return void
    */
index 029b1e6e8ba71f073fd17a458cd22ac98a45a819..40cf04595fd19e0fabc065568cff28d5e9a629c5 100644 (file)
@@ -68,7 +68,8 @@ class CRM_Mailing_PseudoConstant extends CRM_Core_PseudoConstant {
   /**
    * Get all the mailing components of a particular type
    *
-   * @param $type the type of component needed
+   * @param $type
+   *   The type of component needed.
    *
    * @return array - array reference of all mailing components
    * @static
@@ -107,8 +108,10 @@ class CRM_Mailing_PseudoConstant extends CRM_Core_PseudoConstant {
   /**
    * Determine the default mailing component of a given type
    *
-   * @param $type the type of component needed
-   * @param $undefined the value to use if no default is defined
+   * @param $type
+   *   The type of component needed.
+   * @param $undefined
+   *   The value to use if no default is defined.
    *
    * @return integer -The ID of the default mailing component.
    * @static
index 8c0fca37fbb41ee1f7f144feeb41f30512867962..92b4705783385e0ed2530c9908179879876c0cfa 100644 (file)
@@ -95,8 +95,10 @@ class CRM_Mailing_Selector_Browse extends CRM_Core_Selector_Base implements CRM_
    * Returns the column headers as an array of tuples:
    * (name, sortName (key to the sort array))
    *
-   * @param string $action the action being performed
-   * @param enum   $output what should the result set include (web/email/csv)
+   * @param string $action
+   *   The action being performed.
+   * @param enum $output
+   *   What should the result set include (web/email/csv).
    *
    * @return array the column headers that need to be displayed
    */
@@ -208,11 +210,16 @@ LEFT JOIN  civicrm_contact scheduledContact ON ( $mailing.scheduled_id = schedul
   /**
    * Returns all the rows in the given offset and rowCount
    *
-   * @param enum   $action   the action being performed
-   * @param int    $offset   the row number to start from
-   * @param int    $rowCount the number of rows to return
-   * @param string $sort     the sql string that describes the sort order
-   * @param enum   $output   what should the result set include (web/email/csv)
+   * @param enum $action
+   *   The action being performed.
+   * @param int $offset
+   *   The row number to start from.
+   * @param int $rowCount
+   *   The number of rows to return.
+   * @param string $sort
+   *   The sql string that describes the sort order.
+   * @param enum $output
+   *   What should the result set include (web/email/csv).
    *
    * @return int   the total number of rows for this action
    */
@@ -413,7 +420,8 @@ LEFT JOIN  civicrm_contact scheduledContact ON ( $mailing.scheduled_id = schedul
   /**
    * Name of export file.
    *
-   * @param string $output type of output
+   * @param string $output
+   *   Type of output.
    *
    * @return string name of the file
    */
index 60d5e5d71a833f0a7ab1599e012b7fc318cb7e1e..cd1293da8f76d96814af79f10948753fb17e679e 100644 (file)
@@ -84,11 +84,16 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C
   /**
    * Class constructor
    *
-   * @param string $event The event type (queue/delivered/open...)
-   * @param boolean $distinct Count only distinct contact events?
-   * @param int $mailing ID of the mailing to query
-   * @param int $job ID of the job to query.  If null, all jobs from $mailing are queried.
-   * @param int $url If the event type is a click-through, do we want only those from a specific url?
+   * @param string $event
+   *   The event type (queue/delivered/open...).
+   * @param bool $distinct
+   *   Count only distinct contact events?.
+   * @param int $mailing
+   *   ID of the mailing to query.
+   * @param int $job
+   *   ID of the job to query. If null, all jobs from $mailing are queried.
+   * @param int $url
+   *   If the event type is a click-through, do we want only those from a specific url?.
    *
    * @return \CRM_Mailing_Selector_Event
   @access public
@@ -130,8 +135,10 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C
    * Returns the column headers as an array of tuples:
    * (name, sortName (key to the sort array))
    *
-   * @param string $action the action being performed
-   * @param enum   $output what should the result set include (web/email/csv)
+   * @param string $action
+   *   The action being performed.
+   * @param enum $output
+   *   What should the result set include (web/email/csv).
    *
    * @return array the column headers that need to be displayed
    */
@@ -335,11 +342,16 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C
   /**
    * Returns all the rows in the given offset and rowCount
    *
-   * @param enum   $action   the action being performed
-   * @param int    $offset   the row number to start from
-   * @param int    $rowCount the number of rows to return
-   * @param string $sort     the sql string that describes the sort order
-   * @param enum   $output   what should the result set include (web/email/csv)
+   * @param enum $action
+   *   The action being performed.
+   * @param int $offset
+   *   The row number to start from.
+   * @param int $rowCount
+   *   The number of rows to return.
+   * @param string $sort
+   *   The sql string that describes the sort order.
+   * @param enum $output
+   *   What should the result set include (web/email/csv).
    *
    * @return int   the total number of rows for this action
    */
@@ -415,7 +427,8 @@ class CRM_Mailing_Selector_Event extends CRM_Core_Selector_Base implements CRM_C
   /**
    * Name of export file.
    *
-   * @param string $output type of output
+   * @param string $output
+   *   Type of output.
    *
    * @return string name of the file
    */
index e6d1d056290e4a19b673a55db3e168c739aacf73..f073d6ae742eb729b8f8782dd34dc095c6f2bdbd 100644 (file)
@@ -135,11 +135,15 @@ class CRM_Mailing_Selector_Search extends CRM_Core_Selector_Base implements CRM_
   /**
    * Class constructor
    *
-   * @param array $queryParams array of parameters for query
+   * @param array $queryParams
+   *   Array of parameters for query.
    * @param \const|int $action - action of search basic or advanced.
-   * @param string $mailingClause if the caller wants to further restrict the search
-   * @param boolean $single are we dealing only with one contact?
-   * @param int $limit how many mailing do we want returned
+   * @param string $mailingClause
+   *   If the caller wants to further restrict the search.
+   * @param bool $single
+   *   Are we dealing only with one contact?.
+   * @param int $limit
+   *   How many mailing do we want returned.
    *
    * @param string $context
    * @param null $compContext
@@ -258,11 +262,16 @@ class CRM_Mailing_Selector_Search extends CRM_Core_Selector_Base implements CRM_
   /**
    * Returns all the rows in the given offset and rowCount
    *
-   * @param enum   $action   the action being performed
-   * @param int    $offset   the row number to start from
-   * @param int    $rowCount the number of rows to return
-   * @param string $sort     the sql string that describes the sort order
-   * @param enum   $output   what should the result set include (web/email/csv)
+   * @param enum $action
+   *   The action being performed.
+   * @param int $offset
+   *   The row number to start from.
+   * @param int $rowCount
+   *   The number of rows to return.
+   * @param string $sort
+   *   The sql string that describes the sort order.
+   * @param enum $output
+   *   What should the result set include (web/email/csv).
    *
    * @return int   the total number of rows for this action
    */
@@ -332,8 +341,10 @@ class CRM_Mailing_Selector_Search extends CRM_Core_Selector_Base implements CRM_
    * Returns the column headers as an array of tuples:
    * (name, sortName (key to the sort array))
    *
-   * @param string $action the action being performed
-   * @param enum   $output what should the result set include (web/email/csv)
+   * @param string $action
+   *   The action being performed.
+   * @param enum $output
+   *   What should the result set include (web/email/csv).
    *
    * @return array the column headers that need to be displayed
    */
@@ -394,7 +405,8 @@ class CRM_Mailing_Selector_Search extends CRM_Core_Selector_Base implements CRM_
   /**
    * Name of export file.
    *
-   * @param string $output type of output
+   * @param string $output
+   *   Type of output.
    *
    * @return string name of the file
    */