INFRA-132 - Comment grammar cleanup
authorColeman Watts <coleman@civicrm.org>
Fri, 9 Jan 2015 19:37:01 +0000 (14:37 -0500)
committerColeman Watts <coleman@civicrm.org>
Fri, 9 Jan 2015 19:37:01 +0000 (14:37 -0500)
86 files changed:
CRM/Activity/BAO/Activity.php
CRM/Activity/Page/UserDashboard.php
CRM/Admin/Form/Setting/Mapping.php
CRM/Batch/BAO/Batch.php
CRM/Campaign/BAO/Survey.php
CRM/Campaign/Form/Campaign.php
CRM/Campaign/Form/Petition/Signature.php
CRM/Case/BAO/Case.php
CRM/Case/Form/Search.php
CRM/Case/Page/CaseDetails.php
CRM/Case/Page/DashBoard.php
CRM/Case/Page/Tab.php
CRM/Contact/BAO/Group.php
CRM/Contact/BAO/Query.php
CRM/Contact/BAO/Relationship.php
CRM/Contact/Form/Contact.php
CRM/Contact/Form/Edit/Notes.php
CRM/Contact/Form/Edit/TagsAndGroups.php
CRM/Contact/Form/Relationship.php
CRM/Contact/Form/Task.php
CRM/Contact/Form/Task/AddToHousehold.php
CRM/Contact/Page/DedupeException.php
CRM/Contact/Page/View/ContactSmartGroup.php
CRM/Contact/Page/View/GroupContact.php
CRM/Contact/Page/View/Log.php
CRM/Contact/Page/View/Note.php
CRM/Contact/Page/View/Relationship.php
CRM/Contact/Page/View/Sunlight.php
CRM/Contact/Page/View/Tag.php
CRM/Contact/Page/View/UserDashBoard/GroupContact.php
CRM/Contact/Selector.php
CRM/Contribute/BAO/Contribution.php
CRM/Contribute/BAO/ContributionPage.php
CRM/Contribute/Form/AdditionalInfo.php
CRM/Contribute/Form/UpdateSubscription.php
CRM/Contribute/Page/ContributionPage.php
CRM/Contribute/Page/ContributionRecur.php
CRM/Contribute/Page/DashBoard.php
CRM/Contribute/Page/SubscriptionStatus.php
CRM/Contribute/Page/Tab.php
CRM/Contribute/Page/UserDashboard.php
CRM/Core/BAO/RecurringEntity.php
CRM/Core/BAO/UFGroup.php
CRM/Core/Config/Variables.php
CRM/Core/DAO.php
CRM/Core/Form.php
CRM/Core/Form/Date.php
CRM/Core/HTMLInputCoder.php
CRM/Custom/Form/Group.php
CRM/Dedupe/BAO/Rule.php
CRM/Dedupe/BAO/RuleGroup.php
CRM/Event/BAO/Event.php
CRM/Event/BAO/Participant.php
CRM/Event/Form/Search.php
CRM/Event/Page/DashBoard.php
CRM/Event/Page/ManageEvent.php
CRM/Event/Page/Tab.php
CRM/Event/Page/UserDashboard.php
CRM/Financial/BAO/FinancialType.php
CRM/Grant/Page/DashBoard.php
CRM/Grant/Page/Tab.php
CRM/Mailing/BAO/Mailing.php
CRM/Mailing/Page/Tab.php
CRM/Member/Import/Form/MapField.php
CRM/Member/Page/DashBoard.php
CRM/Member/Page/Tab.php
CRM/Member/Page/UserDashboard.php
CRM/Pledge/Form/Search.php
CRM/Pledge/Page/DashBoard.php
CRM/Pledge/Page/Payment.php
CRM/Pledge/Page/Tab.php
CRM/Pledge/Page/UserDashboard.php
CRM/Price/BAO/PriceSet.php
CRM/Price/Page/Set.php
CRM/Profile/Form.php
CRM/UF/Form/Field.php
CRM/UF/Page/Group.php
CRM/Upgrade/Snapshot/V4p2/Price/BAO/Set.php
CRM/Utils/API/AbstractFieldCoder.php
CRM/Utils/API/HTMLInputCoder.php
CRM/Utils/API/NullOutputCoder.php
CRM/Utils/Array.php
CRM/Utils/JSON.php
CRM/Utils/String.php
CRM/Utils/System.php
tests/phpunit/api/v3/PledgeTest.php

index e3524ec18f265b31b5dab314f377deaab6934138..f52bc92c5f4446fed3747e8bebe5ddd0236a712c 100644 (file)
@@ -1712,7 +1712,7 @@ LEFT JOIN civicrm_activity_contact src ON (src.activity_id = ac.activity_id AND
   }
 
   /**
-   * To get the Activities of a target contact
+   * get the Activities of a target contact
    *
    * @param int $contactId
    *   Id of the contact whose activities need to find.
@@ -2443,7 +2443,7 @@ INNER JOIN  civicrm_option_group grp ON ( grp.id = val.option_group_id AND grp.n
   }
 
   /**
-   * This function is a wrapper for ajax activity selector
+   * wrapper for ajax activity selector
    *
    * @param array $params
    *   Associated array for params record id.
@@ -2592,7 +2592,7 @@ INNER JOIN  civicrm_option_group grp ON ( grp.id = val.option_group_id AND grp.n
   }
 
   /**
-   * Used to copy custom fields and attachments from an existing activity to another.
+   * copy custom fields and attachments from an existing activity to another.
    * @see CRM_Case_Page_AJAX::_convertToCaseActivity()
    *
    * @param array $params
index a1bad0b64a2e0b8066deec378b9e51f8e8a5d2e1..824540bbc83016c175c6a92fd53ea3891f62ae16 100644 (file)
@@ -65,7 +65,7 @@ class CRM_Activity_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoar
   }
 
   /**
-   * This function is the main function that is called when the page
+   * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
    *
    * return null
index 1ab0839567e4d0a45ff50054c5c959b6ce14a278..f0e8d00fbdf7baffeac5d47a2a615a4555ec4a97 100644 (file)
@@ -85,7 +85,7 @@ class CRM_Admin_Form_Setting_Mapping extends CRM_Admin_Form_Setting {
   }
 
   /**
-   * This function is used to add the rules (mainly global rules) for form.
+   * add the rules (mainly global rules) for form.
    * All local rules are added near the element
    *
    * @param null
index bac5d257dfd72ab1f2f3efa5b99518abe91cd6dd..e97b3c8d852f28207f57d7549227de3678229b6a 100755 (executable)
@@ -180,7 +180,7 @@ class CRM_Batch_BAO_Batch extends CRM_Batch_DAO_Batch {
   }
 
   /**
-   * This function is a wrapper for ajax batch selector
+   * wrapper for ajax batch selector
    *
    * @param array $params
    *   Associated array for params record id.
index 90aad1c0abf3cd6220f7f9046bda277c425956f5..c9c9098941bfef367f686d44482f04936d7634e8 100644 (file)
@@ -679,7 +679,7 @@ INNER JOIN  civicrm_contact contact_a ON ( activityTarget.contact_id = contact_a
   }
 
   /**
-   * This function retrieve survey voter information.
+   * Retrieve survey voter information.
    *
    * @param int $surveyId
    *   Survey id.
@@ -688,7 +688,8 @@ INNER JOIN  civicrm_contact contact_a ON ( activityTarget.contact_id = contact_a
    * @param array $statusIds
    *   Survey status ids.
    *
-   * @return array $$contactIds survey related contact ids.
+   * @return array
+   *   Survey related contact ids.
    * @static
    */
   public static function getSurveyVoterInfo($surveyId, $interviewerId = NULL, $statusIds = array()) {
@@ -738,7 +739,7 @@ INNER JOIN  civicrm_contact contact_a ON ( activityTarget.contact_id = contact_a
   }
 
   /**
-   * This function is to check survey activity.
+   * check survey activity.
    *
    * @param int $activityId
    *   Activity id.
index a6260bff25fed20b95568ea7efee691bad1aed7d..ae7673791d776bd9279b80859da874fb4f7a0399 100644 (file)
@@ -293,7 +293,7 @@ class CRM_Campaign_Form_Campaign extends CRM_Core_Form {
   }
 
   /**
-   * This function is used to add the rules (mainly global rules) for form.
+   * add the rules (mainly global rules) for form.
    * All local rules are added near the element
    *
    * @param $fields
index 925b90b85b74857006cc021d78c2ff7c832cab93..b11a11aafcfd6fcb8b452b7f22474c356f9f791c 100644 (file)
@@ -317,7 +317,7 @@ class CRM_Campaign_Form_Petition_Signature extends CRM_Core_Form {
   }
 
   /**
-   * This function is used to add the rules (mainly global rules) for form.
+   * add the rules (mainly global rules) for form.
    * All local rules are added near the element
    *
    * @param $fields
index ef8db7a6695f2ab5193ef60d9872fdacbc9c7873..35cdd7504e2c4498fd31332f8148382ee914f6c6 100644 (file)
@@ -218,7 +218,7 @@ class CRM_Case_BAO_Case extends CRM_Case_DAO_Case {
   }
 
   /**
-   * This function is used to convert associative array names to values
+   * convert associative array names to values
    * and vice-versa.
    *
    * This function is used by both the web form layer and the api. Note that
index b6382ed17127cf7f10d04917a145445af2a27001..9d9e575d59c940a46d422c1a63d8409861e7f658 100644 (file)
@@ -311,7 +311,7 @@ class CRM_Case_Form_Search extends CRM_Core_Form_Search {
   }
 
   /**
-   * This function is used to add the rules (mainly global rules) for form.
+   * add the rules (mainly global rules) for form.
    * All local rules are added near the element
    *
    * @return void
index 4987dd4cb81381db484326369c412ff19deaa756..15cd39920b010050d690e4ea19ff542b7ff0176a 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Case_Page_CaseDetails extends CRM_Core_Page {
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index c0a18394850f30391d4c55d7fa3e0336b3236929..67ab6baf0dc2fac256c05f58511cf4edb876c756 100644 (file)
@@ -105,7 +105,7 @@ class CRM_Case_Page_DashBoard extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 279c025beff45c88be970ecc0c8c1320e0109962..3ca767085f98bb0ac0b54c41610dcc96318a2a59 100644 (file)
@@ -139,7 +139,7 @@ class CRM_Case_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -162,7 +162,7 @@ class CRM_Case_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is update or new
+   * called when action is update or new
    *
    * return null
    */
@@ -181,7 +181,7 @@ class CRM_Case_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 15dcf89f685677507b7717db6b9d62ad2029a00c..b3658aa2b584fa4ae170a9caa4ab9cfa2317ec1c 100644 (file)
@@ -712,7 +712,7 @@ class CRM_Contact_BAO_Group extends CRM_Contact_DAO_Group {
   }
 
   /**
-   * This function is a wrapper for ajax group selector
+   * wrapper for ajax group selector
    *
    * @param array $params
    *   Associated array for params record id.
index 385764563cd48fac0c2ebf7ada7fd454610c82b8..84ec03fccddd86354d4d2fa286385d4f10b7ff1a 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 /**
- * This class is a heart of search query building mechanism.
+ * This is the heart of the search query building mechanism.
  */
 class CRM_Contact_BAO_Query {
 
index afdcbeb5ae48d9066edf3f92ea524d5a861a87de..76b4d71ffd7abe84e65a575bc669d6b024494310 100644 (file)
@@ -1761,7 +1761,7 @@ AND cc.sort_name LIKE '%$name%'";
 
 
   /**
-   * This function is a wrapper for contact relationship selector
+   * wrapper for contact relationship selector
    *
    * @param array $params
    *   Associated array for params record id.
index 8277a2fd7baaffe07cb9bd53d941c300984dc0ff..e7c9dffb8a2e5b2b9e9513cc5772bc83ca8ab93f 100644 (file)
@@ -550,7 +550,7 @@ class CRM_Contact_Form_Contact extends CRM_Core_Form {
   }
 
   /**
-   * This function is used to add the rules (mainly global rules) for form.
+   * add the rules (mainly global rules) for form.
    * All local rules are added near the element
    *
    * @return void
index a827078176720db55521011d06d32746bb17f1b0..a65484adc3ba092659d417aab239e43e16f00439 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Contact_Form_Edit_Notes {
 
   /**
-   * This function is to build form elements
+   * build form elements
    * params object $form object of the form
    *
    * @static
index 95e103fbbe0d2d467e260d52dc155e56736abb2e..c59ed345d9f39ab22856ea1c6d301a09361721ba 100644 (file)
@@ -42,7 +42,7 @@ class CRM_Contact_Form_Edit_TagsAndGroups {
   const GROUP = 1, TAG = 2, ALL = 3;
 
   /**
-   * This function is to build form elements
+   * build form elements
    * params object $form object of the form
    *
    * @param CRM_Core_Form $form
index e3f0e7e57f56046267c220514f284ba51d7af3a5..9818d7d5b35e9ca58f4fc8d434baaf5207494476 100644 (file)
@@ -276,7 +276,7 @@ class CRM_Contact_Form_Relationship extends CRM_Core_Form {
   }
 
   /**
-   * This function is used to add the rules for form.
+   * add the rules for form.
    *
    * @return void
    */
index 0e728ef1e473334bc06f0d74625e9a839e18e3fe..2b4da5af5121240ccb3605a331fe664cb11d79c0 100644 (file)
@@ -338,7 +338,7 @@ class CRM_Contact_Form_Task extends CRM_Core_Form {
   }
 
   /**
-   * This function is used to add the rules for form.
+   * add the rules for form.
    *
    * @return void
    */
index 46cc716310056d07ffdb4161039e40d6d8d43183..0490eb929e3fadb3241e9a180e8f3b941d60d508 100644 (file)
@@ -173,7 +173,7 @@ class CRM_Contact_Form_Task_AddToHousehold extends CRM_Contact_Form_Task {
   }
 
   /**
-   * This function is to get the result of the search for Add to * forms
+   * get the result of the search for Add to * forms
    *
    * @param CRM_Core_Form $form
    * @param array $params
index 9ff75ba9bacece95b746da71dc158e0c33c8a4ba..7c899f138b37b0ad61f65debd54985d57fd01efc 100644 (file)
@@ -79,7 +79,7 @@ class CRM_Contact_Page_DedupeException extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 5d5df074de09928d318512f71627f7b3a274eb2a..f72911e3601955e694cbba221bd9267e3385e41c 100644 (file)
@@ -40,7 +40,7 @@ class CRM_Contact_Page_View_ContactSmartGroup extends CRM_Core_Page {
   public $_contactId;
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -96,7 +96,7 @@ class CRM_Contact_Page_View_ContactSmartGroup extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called
+   * the main function that is called
    * when the page loads, it decides the which action has
    * to be taken for the page.
    *
index 55e1f07e4ddabd9c84ac30df9dac4bb511481e0c..3310b10660d671209a8bb118d645de874b2d8cdb 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Contact_Page_View_GroupContact extends CRM_Core_Page {
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -70,7 +70,7 @@ class CRM_Contact_Page_View_GroupContact extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is update
+   * called when action is update
    *
    * @param int $groupId
    *
@@ -115,7 +115,7 @@ class CRM_Contact_Page_View_GroupContact extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called
+   * the main function that is called
    * when the page loads, it decides the which action has
    * to be taken for the page.
    *
index 6833d450cf2857189569adbe23dbf85b2a97ca0a..9e857fb8d11c0923fe0e41d968c10a770509bf33 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Contact_Page_View_Log extends CRM_Core_Page {
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -87,7 +87,7 @@ class CRM_Contact_Page_View_Log extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+   * the main function that is called when the page loads, it decides the which action has to be taken for the page.
    *
    * return null
    */
index ff0ae35dd24247d1f9fdada8fd1cff3c2b1cafad..91532a133a63eb72a853fba03440e6128212ae7e 100644 (file)
@@ -82,7 +82,7 @@ class CRM_Contact_Page_View_Note extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -161,7 +161,7 @@ class CRM_Contact_Page_View_Note extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is update or new
+   * called when action is update or new
    *
    * return null
    */
@@ -213,7 +213,7 @@ class CRM_Contact_Page_View_Note extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 354b00e08a4720c24c105c8c154359a328fd37dd..8d68c415b8c97b4e4cf57cfe8f0e55df00b94f65 100644 (file)
@@ -135,7 +135,7 @@ class CRM_Contact_Page_View_Relationship extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -144,7 +144,7 @@ class CRM_Contact_Page_View_Relationship extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is update or new
+   * called when action is update or new
    *
    * return null
    */
@@ -199,7 +199,7 @@ class CRM_Contact_Page_View_Relationship extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
@@ -259,7 +259,7 @@ class CRM_Contact_Page_View_Relationship extends CRM_Core_Page {
   }
 
   /**
-   * This function is called to delete the relationship of a contact
+   * called to delete the relationship of a contact
    *
    * return null
    */
index 868e80f1c4a30d85fde91fdfc66be89afaae193b..2d064872010ae833c2a82567e62ad5c501b3e7d3 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Contact_Page_View_Sunlight extends CRM_Contact_Page_View {
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -53,7 +53,7 @@ class CRM_Contact_Page_View_Sunlight extends CRM_Contact_Page_View {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 5702958758a3c1bd08815c2182a3e281250d91f3..b914a29ce72e6c4068b2fc2b54471d2d62a62dc4 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Contact_Page_View_Tag extends CRM_Core_Page {
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -65,7 +65,7 @@ class CRM_Contact_Page_View_Tag extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads
+   * the main function that is called when the page loads
    * it decides the which action has to be taken for the page.
    *
    * return null
index 906d41d8590acc948aec0d8ea1830f20c9a028aa..05a908ae0b2c504a27d0218ab479498cad73193c 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_View_UserDashBoard {
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -75,7 +75,7 @@ class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_
   }
 
   /**
-   * This function is called when action is update
+   * called when action is update
    *
    * @param int $groupId
    *
@@ -129,7 +129,7 @@ class CRM_Contact_Page_View_UserDashBoard_GroupContact extends CRM_Contact_Page_
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 064381867bf4816b6d10a9c0036648ccc2ef3b1e..57a4e304373be8461522ce9d79fbf528ec5b001d 100644 (file)
@@ -1038,7 +1038,7 @@ SELECT DISTINCT 'civicrm_contact', contact_a.id, contact_a.id, '$cacheKey', cont
   }
 
   /**
-   * This function is called to rebuild prev next cache using full sql in case of core search ( excluding custom search)
+   * called to rebuild prev next cache using full sql in case of core search ( excluding custom search)
    *
    * @param int $start
    *   Start for limit clause.
index 3f18eaaab4a373ffa22c8baa230cb5436aac1443..2b7b79d7beddacd99fac1743efd75777cfea7df1 100644 (file)
@@ -499,7 +499,7 @@ class CRM_Contribute_BAO_Contribution extends CRM_Contribute_DAO_Contribution {
   }
 
   /**
-   * This function is used to convert associative array names to values
+   * convert associative array names to values
    * and vice-versa.
    *
    * This function is used by both the web form layer and the api. Note that
index 4bddc9c0617fca9c69eca9351de901469fcf54b7..8e00461b8fb644cbc07c6f9de088c65b07122ab4 100644 (file)
@@ -616,7 +616,7 @@ class CRM_Contribute_BAO_ContributionPage extends CRM_Contribute_DAO_Contributio
   }
 
   /**
-   * This function is to make a copy of a contribution page, including
+   * make a copy of a contribution page, including
    * all the blocks in the page
    *
    * @param int $id
index ec0dc8ef0b34598d272a11ea2ec7ca1915c7be7b..5d1c072e30ce51a5d864eabdb238865e7aabd5cb 100644 (file)
@@ -170,7 +170,7 @@ class CRM_Contribute_Form_AdditionalInfo {
   }
 
   /**
-   * This function is used by  CRM/Pledge/Form/Pledge.php
+   * used by  CRM/Pledge/Form/Pledge.php
    *
    * Build the form object for PaymentReminders Information.
    *
index 3c47ffdc0832ed60fcfdecd3827941087927abbe..eb1f5b304c69678341de62dedbde8bc15ee0ebc1 100644 (file)
@@ -180,7 +180,7 @@ class CRM_Contribute_Form_UpdateSubscription extends CRM_Core_Form {
   }
 
   /**
-   * This function is called after the user submits the form
+   * called after the user submits the form
    *
    *
    * @return void
index 97911f9a154ee540bc467b8d9533c4a263316e9c..357c214e084e3c882417edac17a8fcae0699563c 100644 (file)
@@ -370,7 +370,7 @@ AND         cp.page_type = 'contribute'
   }
 
   /**
-   * This function is to make a copy of a contribution page, including
+   * make a copy of a contribution page, including
    * all the fields in the page
    *
    * @return void
index d5a6f0f9928a7995e20fc1e78dc8058970640c9a..0f85bac363d48784fff4cb6dbcd76f25423019fd 100644 (file)
@@ -91,7 +91,7 @@ class CRM_Contribute_Page_ContributionRecur extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 5ebaead6c3626b328c21ea5cd1c0adbcce1c1840..a99ce6c96ad295e58ca5b8c44c85ccfa4278ff9a 100644 (file)
@@ -100,7 +100,7 @@ class CRM_Contribute_Page_DashBoard extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index da9f814c6eb51852b5753b518f083619b7e4514f..6482600b67e99fc18535ad9d4f9e1014ba9649cc 100644 (file)
@@ -36,7 +36,7 @@
 class CRM_Contribute_Page_SubscriptionStatus extends CRM_Core_Page {
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 670aa667e5c0e28e0154d72b45a4550c71234ea6..fce3a03764003808cdd9592a26fa019b52a5cb57 100644 (file)
@@ -103,7 +103,7 @@ class CRM_Contribute_Page_Tab extends CRM_Core_Page {
   // end function
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -199,7 +199,7 @@ class CRM_Contribute_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is view
+   * called when action is view
    *
    * return null
    */
@@ -217,7 +217,7 @@ class CRM_Contribute_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is update or new
+   * called when action is update or new
    *
    * return null
    */
@@ -268,7 +268,7 @@ class CRM_Contribute_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page
+   * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
    *
    * return null
index e83fd6dc669ebc1c69e2d560bf41eeeaf6e6b949..1a63c013b8f776e08d5c3d78bfc53c572a8785a2 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Contribute_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -143,7 +143,7 @@ class CRM_Contribute_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBo
   }
 
   /**
-   * This function is the main function that is called when the page
+   * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
    *
    * return null
index 3c52ea7676d38c1a8bcc32ef78e8d3f1985fc230..06f98119f5472ddf9ac963226f8c32b4dd7028ba 100644 (file)
@@ -927,7 +927,7 @@ class CRM_Core_BAO_RecurringEntity extends CRM_Core_DAO_RecurringEntity {
   }
 
   /**
-   * This function is a wrapper of getScheduleReminderDetailsById function
+   * wrapper of getScheduleReminderDetailsById function
    *
    * @param int $scheduleReminderId
    *   Primary key of civicrm_action_schedule table .
index e15191e08a5e6fc21da359a82cef2d03d8053035..987b3126e0e08be94530a1336d93e2fa4b1e6be7 100644 (file)
@@ -2717,7 +2717,7 @@ AND    ( entity_id IS NULL OR entity_id <= 0 )
   }
 
   /**
-   * This function is to make a copy of a profile, including
+   * make a copy of a profile, including
    * all the fields in the profile
    *
    * @param int $id
@@ -3210,7 +3210,7 @@ AND    ( entity_id IS NULL OR entity_id <= 0 )
   }
 
   /**
-   * This function is used to setDefault componet specific profile fields.
+   * setDefault componet specific profile fields.
    *
    * @param array $fields
    *   Profile fields.
index 443c33207800ab6f8ab63218bdec4d168c414215..ac4c29b2e1281ffe5a38fcf7107b7b2dddf66935 100644 (file)
@@ -439,7 +439,7 @@ class CRM_Core_Config_Variables extends CRM_Core_Config_Defaults {
   public $formKeyDisable = FALSE;
 
   /**
-   * To determine whether the call is from cms or civicrm
+   * determine whether the call is from cms or civicrm
    */
   public $inCiviCRM = FALSE;
 
index 3fb536234541574f0d063ff4dc8d681fb1fc5279..812bf7fa231ba96986eeab449ab0e35af0c8477f 100644 (file)
@@ -1290,7 +1290,7 @@ FROM   civicrm_domain
   }
 
   /**
-   * This function is to make a shallow copy of an object
+   * make a shallow copy of an object
    * and all the fields in the object
    *
    * @param string $daoName
index 289d44afd8d59c4a2947d6151ff5994f1dea974c..9f5162e2392aff20444c028ba3528d5d4ae7b650 100644 (file)
@@ -294,7 +294,7 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
   }
 
   /**
-   * This function is called before buildForm. Any pre-processing that
+   * called before buildForm. Any pre-processing that
    * needs to be done for buildForm should be done here
    *
    * This is a virtual function and should be redefined if needed
@@ -307,7 +307,7 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
   }
 
   /**
-   * This function is called after the form is validated. Any
+   * called after the form is validated. Any
    * processing of form state etc should be done in this function.
    * Typically all processing associated with a form should be done
    * here and relevant state should be stored in the session
@@ -322,7 +322,7 @@ class CRM_Core_Form extends HTML_QuickForm_Page {
   }
 
   /**
-   * This function is just a wrapper, so that we can call all the hook functions
+   * just a wrapper, so that we can call all the hook functions
    * @param bool $allowAjax
    *   FIXME: This feels kind of hackish, ideally we would take the json-related code from this function.
    *                          and bury it deeper down in the controller
index 6c6614708f5d5346d8a1059d8e64bcd3e6ae909a..d1d37adf154492b46c0396f26fd5ef2d925e3620 100644 (file)
@@ -40,7 +40,7 @@ class CRM_Core_Form_Date {
   const DATE_yyyy_mm_dd = 1, DATE_mm_dd_yy = 2, DATE_mm_dd_yyyy = 4, DATE_Month_dd_yyyy = 8, DATE_dd_mon_yy = 16, DATE_dd_mm_yyyy = 32;
 
   /**
-   * This function is to build the date-format form
+   * build the date-format form
    *
    * @param CRM_Core_Form $form
    *   The form object that we are operating on.
@@ -71,7 +71,7 @@ class CRM_Core_Form_Date {
 
 
   /**
-   * This function is to retrieve the date range - relative or absolute
+   * retrieve the date range - relative or absolute
    * and assign it to the form
    *
    * @param CRM_Core_Form $form
@@ -112,7 +112,7 @@ class CRM_Core_Form_Date {
   }
 
   /**
-   * This function is to build the date range array that will provide the form option values
+   * build the date range array that will provide the form option values
    * It can be - relative or absolute
    *
    * @param CRM_Core_Form $form
@@ -227,7 +227,7 @@ class CRM_Core_Form_Date {
   }
 
   /**
-   * This function is to build the date range - relative or absolute
+   * build the date range - relative or absolute
    *
    * @param CRM_Core_Form $form
    *   The form object that we are operating on.
index 13cb432f5459e3269229aa2541f1fbcf03fc0cca..71eb60e5eaa498e222a6444b207dbb08e953700c 100644 (file)
@@ -39,7 +39,7 @@ class CRM_Core_HTMLInputCoder {
   }
 
   /**
-   * This function is going to filter the
+   * going to filter the
    * submitted values across XSS vulnerability.
    *
    * @param array|string $values
index 0e7ee54da2071c8b356c23d5d0e0423de10b5fc0..245d0a6ca4dc6c16ca68280a3c3c2a642cab7c22 100644 (file)
@@ -171,7 +171,7 @@ class CRM_Custom_Form_Group extends CRM_Core_Form {
   }
 
   /**
-   * This function is used to add the rules (mainly global rules) for form.
+   * add the rules (mainly global rules) for form.
    * All local rules are added near the element
    *
    * @param null
index a2cb22c3243aea76390edf33ab0d04a2db6107af..29a67183be1e9504a5a6d3ac315a526c5f7b58a2 100644 (file)
@@ -185,7 +185,7 @@ class CRM_Dedupe_BAO_Rule extends CRM_Dedupe_DAO_Rule {
   }
 
   /**
-   * To find fields related to a rule group.
+   * find fields related to a rule group.
    *
    * @param array contains the rule group property to identify rule group
    *
index 6f76661c1e201d2785fb74c45a1d18ba61199658..127adce26c8cb0553812fe0f01f94ca0f57eecbf 100644 (file)
@@ -375,7 +375,7 @@ class CRM_Dedupe_BAO_RuleGroup extends CRM_Dedupe_DAO_RuleGroup {
   }
 
   /**
-   * To find fields related to a rule group.
+   * find fields related to a rule group.
    *
    * @param array $params
    *
index 622885458332322b5e7aa1a7775854288f80f47a..bfe9342ac265ee968553013cee7f70bd6a616eef 100644 (file)
@@ -907,7 +907,7 @@ WHERE civicrm_event.is_active = 1
   }
 
   /**
-   * This function is to make a copy of a Event, including
+   * make a copy of a Event, including
    * all the fields in the event Wizard
    *
    * @param int $id
index cc905d78e4ff83b852b7efc4497642f1e926847a..305bb82ca2c81cec54357c900879cca5b3fae75a 100644 (file)
@@ -841,7 +841,7 @@ WHERE  civicrm_participant.id = {$participantId}
   }
 
   /**
-   * This function is used to convert associative array names to values
+   * convert associative array names to values
    * and vice-versa.
    *
    * This function is used by both the web form layer and the api. Note that
@@ -1808,7 +1808,7 @@ WHERE    civicrm_participant.contact_id = {$contactID} AND
   }
 
   /**
-   * To create trxn entry if an event has discount.
+   * create trxn entry if an event has discount.
    *
    * @param int $eventID
    *   Event id.
index 7cc862ad434dc421736fb077e87d995e7a2b6a93..ef95c84932fdcbad600ba77071c9496f11fea758 100644 (file)
@@ -350,7 +350,7 @@ class CRM_Event_Form_Search extends CRM_Core_Form_Search {
   }
 
   /**
-   * This function is used to add the rules (mainly global rules) for form.
+   * add the rules (mainly global rules) for form.
    * All local rules are added near the element
    *
    * @return void
index 61207c29962171b732a5faadb4022e0afc8081b2..dbf6f27b277c5a144673dfbfa4ec849dab5a6e9a 100644 (file)
@@ -72,7 +72,7 @@ class CRM_Event_Page_DashBoard extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 46b03191a9a0d550b41c678640389e6e040638d8..1350a7d648e565335ca3c5182f0c7259c2138886 100644 (file)
@@ -394,7 +394,7 @@ ORDER BY start_date desc
   }
 
   /**
-   * This function is to make a copy of a Event, including
+   * make a copy of a Event, including
    * all the fields in the event wizard
    *
    * @return void
index 2eaa8dd3893f547a8ee4e5752d76b3a8a70201ec..d249a63d8e3a48e8c1ca05934ec205fc6d53b0a9 100644 (file)
@@ -38,7 +38,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page {
   public $_contactId = NULL;
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -70,7 +70,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is view
+   * called when action is view
    *
    * return null
    */
@@ -91,7 +91,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is update or new
+   * called when action is update or new
    *
    * return null
    */
@@ -146,7 +146,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+   * the main function that is called when the page loads, it decides the which action has to be taken for the page.
    *
    * return null
    */
@@ -280,7 +280,7 @@ class CRM_Event_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is used for the to show the associated
+   * used for the to show the associated
    * contribution for the participant
    *
    * return null
index 9dd9d3b13a47cc4cc4cb3f3373afb029ade52a5d..5bd6e74e3db3dffeebb356f838ac508f11f1083b 100644 (file)
@@ -60,7 +60,7 @@ class CRM_Event_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
   }
 
   /**
-   * This function is the main function that is called when the page
+   * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
    *
    * return null
index 72a1216b8fd731d9c15985a65bf2fa8fa09cc674..01a1cc95a6685737b6182c25198009b4f2fcd671 100644 (file)
@@ -165,7 +165,7 @@ class CRM_Financial_BAO_FinancialType extends CRM_Financial_DAO_FinancialType {
   }
 
   /**
-   * To fetch financial type having relationship as Income Account is
+   * fetch financial type having relationship as Income Account is
    *
    *
    * @return array  all financial type with income account is relationship
index 5c5a255e9443774640b5cf49a8b1dc5b44e6667a..c67e46bb08b655ef4db37d5624587b217534dfee 100644 (file)
@@ -55,7 +55,7 @@ class CRM_Grant_Page_DashBoard extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 31f02fde24deb5306b2df3b6e2cef5e064700bdb..97c126b98db1150f510095528f687a9f67ba0191 100644 (file)
@@ -50,7 +50,7 @@ class CRM_Grant_Page_Tab extends CRM_Contact_Page_View {
   public $_contactId = NULL;
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -71,7 +71,7 @@ class CRM_Grant_Page_Tab extends CRM_Contact_Page_View {
   }
 
   /**
-   * This function is called when action is view
+   * called when action is view
    *
    * return null
    */
@@ -85,7 +85,7 @@ class CRM_Grant_Page_Tab extends CRM_Contact_Page_View {
   }
 
   /**
-   * This function is called when action is update or new
+   * called when action is update or new
    *
    * return null
    */
@@ -130,7 +130,7 @@ class CRM_Grant_Page_Tab extends CRM_Contact_Page_View {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index 1e6bd12223bace82de0965ebc1cca2b645d388c3..f55ffd2caa67ccc99928e7a06ba73d2b2ff0cb03 100644 (file)
@@ -2917,7 +2917,7 @@ AND        m.id = %1
   }
 
   /**
-   * This function is a wrapper for ajax activity selector
+   * wrapper for ajax activity selector
    *
    * @param array $params
    *   Associated array for params record id.
index 08fafb425dd5c2a0830d22bb9ca81c43af815942..7cb8897e3e423723b74a7e28ac4f94b9555720c2 100644 (file)
@@ -49,7 +49,7 @@ class CRM_Mailing_Page_Tab extends CRM_Contact_Page_View {
   public $_contactId = NULL;
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -79,7 +79,7 @@ class CRM_Mailing_Page_Tab extends CRM_Contact_Page_View {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index dddb23aad2f5c7ef73b8472851469d0788b87452..9a6e71928530fb6c96bc88781a689e573537eaf6 100644 (file)
@@ -41,7 +41,7 @@ class CRM_Member_Import_Form_MapField extends CRM_Import_Form_MapField {
 
 
   /**
-   * To store contactType
+   * store contactType
    *
    * @var int
    * @static
index f578c4c6f98292dd16b0164938164f709a0a0497..4f6c81b7d1b2ce6eea5c838c9ec1995359236bc9 100644 (file)
@@ -438,7 +438,7 @@ class CRM_Member_Page_DashBoard extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index ec75c1dccd04f7861f11bb93ca342eb6508f36e1..0fffb1f4c45289a2d5983ceab2eebf9ed9b0e692 100644 (file)
@@ -47,7 +47,7 @@ class CRM_Member_Page_Tab extends CRM_Core_Page {
   public $_contactId = NULL;
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -215,7 +215,7 @@ class CRM_Member_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is view
+   * called when action is view
    *
    * return null
    */
@@ -233,7 +233,7 @@ class CRM_Member_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is update or new
+   * called when action is update or new
    *
    * return null
    */
@@ -306,7 +306,7 @@ class CRM_Member_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+   * the main function that is called when the page loads, it decides the which action has to be taken for the page.
    *
    * return null
    */
@@ -570,7 +570,7 @@ class CRM_Member_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is used for the to show the associated
+   * used for the to show the associated
    * contribution for the membership
    * @form array $form (ref.) an assoc array of name/value pairs
    * return null
index d1c0ad4aeb7ef47d832da319b15f89bdf9831508..53fca6498acb02b8e76f887f8e032fff304f0a8a 100644 (file)
@@ -91,7 +91,7 @@ class CRM_Member_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard
   }
 
   /**
-   * This function is the main function that is called when the page
+   * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
    *
    * return null
index 60a4a37e5a586ab2a67d1a0145629025367f8901..2aacb4cacf7f780df9fc6ce11068db4a2bf0af7e 100644 (file)
@@ -281,7 +281,7 @@ class CRM_Pledge_Form_Search extends CRM_Core_Form_Search {
   }
 
   /**
-   * This function is used to add the rules (mainly global rules) for form.
+   * add the rules (mainly global rules) for form.
    * All local rules are added near the element
    *
    * @return void
index 1eaf39947a2b868c79a4c04c61cc2cd24c3a5b3d..46f5e6f3b9a88b023c830e087252f27cf84695d5 100644 (file)
@@ -94,7 +94,7 @@ class CRM_Pledge_Page_DashBoard extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads,
+   * the main function that is called when the page loads,
    * it decides the which action has to be taken for the page.
    *
    * return null
index bee1d2284afbdde11889e33cd0bbd09758c9ad34..766ba55e9d0f9c207031e4c5e53a643bcfde8017 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Pledge_Page_Payment extends CRM_Core_Page {
 
   /**
-   * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+   * the main function that is called when the page loads, it decides the which action has to be taken for the page.
    *
    * return null
    */
@@ -77,7 +77,7 @@ class CRM_Pledge_Page_Payment extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is update or new
+   * called when action is update or new
    *
    * return null
    */
index 041c3fd62e472d705ed2b3ab89e3be1b2fcd1d28..83f28780477b67945cb7788c58ad76ddb3afaec1 100644 (file)
@@ -37,7 +37,7 @@ class CRM_Pledge_Page_Tab extends CRM_Core_Page {
   public $_contactId = NULL;
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -64,7 +64,7 @@ class CRM_Pledge_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is view
+   * called when action is view
    *
    * return null
    */
@@ -81,7 +81,7 @@ class CRM_Pledge_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is called when action is update or new
+   * called when action is update or new
    *
    * return null
    */
@@ -123,7 +123,7 @@ class CRM_Pledge_Page_Tab extends CRM_Core_Page {
   }
 
   /**
-   * This function is the main function that is called when the page loads, it decides the which action has to be taken for the page.
+   * the main function that is called when the page loads, it decides the which action has to be taken for the page.
    *
    * return null
    */
index c5f5d35b31a626c145f8ba10f1500514ab754ea0..fdd0ac563a59786af7f846c9bdb49f5ebfb12bf5 100644 (file)
@@ -35,7 +35,7 @@
 class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard {
 
   /**
-   * This function is called when action is browse
+   * called when action is browse
    *
    * return null
    */
@@ -69,7 +69,7 @@ class CRM_Pledge_Page_UserDashboard extends CRM_Contact_Page_View_UserDashBoard
   }
 
   /**
-   * This function is the main function that is called when the page
+   * the main function that is called when the page
    * loads, it decides the which action has to be taken for the page.
    *
    * return null
index a6c79179f759686ace6764de9a8317e7fa0bbd04..510a4763e9b26be479957f60dcdc4c9dcf94f12d 100644 (file)
@@ -1097,7 +1097,7 @@ WHERE  id = %1";
   }
 
   /**
-   * This function is to make a copy of a price set, including
+   * make a copy of a price set, including
    * all the fields
    *
    * @param int $id
@@ -1146,7 +1146,7 @@ WHERE  id = %1";
   }
 
   /**
-   * This function is to check price set permission
+   * check price set permission
    *
    * @param int $sid
    *   The price set id.
index 35b28d905fca10d1662cbce47054ed916e00ca03..dc6cf216a78841b04b3c2250aee6739c32fbec6d 100644 (file)
@@ -316,7 +316,7 @@ class CRM_Price_Page_Set extends CRM_Core_Page {
   }
 
   /**
-   * This function is to make a copy of a price set, including
+   * make a copy of a price set, including
    * all the fields in the page
    *
    * @return void
index aa8d60cdd469ce6d803275cdfd148de32b66e9ca..87fe91307b4faab3d5312844af3233379ce07c72 100644 (file)
@@ -98,7 +98,7 @@ class CRM_Profile_Form extends CRM_Core_Form {
   public $_fields;
 
   /**
-   * To store contact details
+   * store contact details
    *
    * @var array
    */
index 4217ab81013031ce2c5bcbac66d39fe7986c068b..2fa0f8286e6429814d092ef11b8636036192d64a 100644 (file)
@@ -74,7 +74,7 @@ class CRM_UF_Form_Field extends CRM_Core_Form {
   protected $_selectFields;
 
   /**
-   * To store fields with if locationtype exits status
+   * store fields with if locationtype exits status
    *
    * @var array
    */
index cde6f25206c4cd408993225d93266bbd10330dec..5867d39433f7240d4109b2a93a88779c502e280a 100644 (file)
@@ -188,7 +188,7 @@ class CRM_UF_Page_Group extends CRM_Core_Page {
   }
 
   /**
-   * This function is to make a copy of a profile, including
+   * make a copy of a profile, including
    * all the fields in the profile
    *
    * @return void
@@ -203,7 +203,7 @@ class CRM_UF_Page_Group extends CRM_Core_Page {
   }
 
   /**
-   * This function is for profile mode (standalone html form ) for uf group
+   * for profile mode (standalone html form ) for uf group
    *
    * @return void
    */
@@ -380,7 +380,7 @@ class CRM_UF_Page_Group extends CRM_Core_Page {
   }
 
   /**
-   * This function is for preview mode for ufoup
+   * for preview mode for ufoup
    *
    * @param int $id
    *   Uf group id.
index 35747ade9c72cf7df7089533957e25b96aeb99da..879d37742f2d6f6f2683fc0893aea8ea2f8d6659 100644 (file)
@@ -917,7 +917,7 @@ WHERE  id = %1";
   }
 
   /**
-   * This function is to make a copy of a price set, including
+   * make a copy of a price set, including
    * all the fields
    *
    * @param int $id
@@ -966,7 +966,7 @@ WHERE  id = %1";
   }
 
   /**
-   * This function is to check price set permission
+   * check price set permission
    *
    * @param int $sid
    *   The price set id.
index 681693ac7b2b1dd711cb0bbc66f9eb61ddb5bfc3..8e658652e1b49a6f9951ff70b3d3721cc3567d89 100644 (file)
@@ -78,7 +78,7 @@ abstract class CRM_Utils_API_AbstractFieldCoder implements API_Wrapper {
   }
 
   /**
-   * This function is going to filter the
+   * going to filter the
    * submitted values.
    *
    * @param array|string $values the field value from the API
index b6bb130d6148a4b0394b03f8fabd204dd5c18a5e..3c27365b7ccc42359cb0dbb2b06f1c698dfce026 100644 (file)
@@ -114,7 +114,7 @@ class CRM_Utils_API_HTMLInputCoder extends CRM_Utils_API_AbstractFieldCoder {
   }
 
   /**
-   * This function is going to filter the
+   * going to filter the
    * submitted values across XSS vulnerability.
    *
    * @param array|string $values
index 412593e00836f901a2b4622f8635fb7a46b2109f..d7287ea1d0898fd47606d8bb5abe661ab34ad257 100644 (file)
@@ -57,7 +57,7 @@ class CRM_Utils_API_NullOutputCoder extends CRM_Utils_API_AbstractFieldCoder {
   }
 
   /**
-   * This function is going to filter the
+   * going to filter the
    * submitted values across XSS vulnerability.
    *
    * @param array|string $values
index 1e8cb66b5f3c02e90a6d29abf2e1b8b88d3282e6..23183518836adf00592bece6f882e7f1849a9008 100644 (file)
@@ -390,7 +390,7 @@ class CRM_Utils_Array {
   }
 
   /**
-   * This function is used to convert associative array names to values
+   * convert associative array names to values
    * and vice-versa.
    *
    * This function is used by both the web form layer and the api. Note that
index b9631e38899d0c8973868009025ab9cdcdbb3b47..79adc942b5549dfb762094243195b6a08d29b056 100644 (file)
@@ -120,7 +120,7 @@ class CRM_Utils_JSON {
   }
 
   /**
-   * This function is used to encode data for dataTable plugin
+   * encode data for dataTable plugin
    *
    * @param array $params
    *   Associated array of row elements.
index b5aef70a953cab5009c96d597e3b9958658921f3..fcabb6b7d8ea529f9f5ada767f915c409bc00252 100644 (file)
@@ -561,7 +561,7 @@ class CRM_Utils_String {
   }
 
   /**
-   * This function is used to clean the URL 'path' variable that we use
+   * clean the URL 'path' variable that we use
    * to construct CiviCRM urls by removing characters from the path variable
    *
    * @param string $string
index 0bc5170e5902ddbe50a27f2cc7a9ea61619d7460..87d439dffa9e0c7c32488eaf312b24138496188b 100644 (file)
@@ -305,7 +305,7 @@ class CRM_Utils_System {
   }
 
   /**
-   * This function is called from a template to compose a url.
+   * called from a template to compose a url.
    *
    * @param array $params
    *   List of parameters.
index 8247b5735c2e57222b4ce2e5706c0f91dadae1ae..f2181fa11ecda45715b3e52ab65c54d2c8a72930 100644 (file)
@@ -373,7 +373,7 @@ class api_v3_PledgeTest extends CiviUnitTestCase {
   }
 
   /**
-   * To Update Pledge
+   * Update Pledge
    */
   public function testCreateUpdatePledge() {
     // we test 'sequential' param here too