bulk comment fix
[civicrm-core.git] / CRM / Core / Payment / Form.php
index 56a86a004f65b2eb52819ee9dd3021da19d49aee..2595d18a9f5f75dcd55c5e76c5b13215cd7d5630 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
@@ -52,6 +52,8 @@ class CRM_Core_Payment_Form {
   /**
    * create all common fields needed for a credit card or direct debit transaction
    *
+   * @param $form
+   *
    * @return void
    * @access protected
    */
@@ -138,6 +140,8 @@ class CRM_Core_Payment_Form {
   /**
    * create all fields needed for a credit card transaction
    *
+   * @param $form
+   *
    * @return void
    * @access public
    */
@@ -237,6 +241,9 @@ class CRM_Core_Payment_Form {
   /**
    * Function to add all the credit card fields
    *
+   * @param $form
+   * @param bool $useRequired
+   *
    * @return void
    * @access public
    */
@@ -371,6 +378,11 @@ class CRM_Core_Payment_Form {
   /**
    * function to map address fields
    *
+   * @param $id
+   * @param $src
+   * @param $dst
+   * @param bool $reverse
+   *
    * @return void
    * @static
    */