bulk comment fixes
[civicrm-core.git] / CRM / Contribute / PseudoConstant.php
index 6753c1a2a6833d0c6d169ddb4199c1681369aa46..5811c002770e065ae40dd931f4eacca3ec4ec443 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$
  *
  */
@@ -148,6 +148,12 @@ class CRM_Contribute_PseudoConstant extends CRM_Core_PseudoConstant {
    * Get all the financial Accounts
    *
    * @access public
+   *
+   * @param null $id
+   * @param null $financialAccountTypeId
+   * @param string $retrieveColumn
+   * @param string $key
+   *
    * @return array - array reference of all financial accounts if any
    * @static
    */